What is the RGB code for pinkish tan?
The CSS color pinkish tan in RGB format is rgb(217, 155, 130). Use this value directly in CSS, SVG, and most design tools.
How do I use pinkish tan in CSS?
To apply pinkish tan in CSS:
- Text color: color: rgb(217, 155, 130);
- Background: background-color: rgb(217, 155, 130);
- Border: border-color: rgb(217, 155, 130);
What are all the color format values for pinkish tan?
| Format | Value |
|---|---|
| HEX | #d99b82 |
| RGB | rgb(217, 155, 130) |
| HSL | hsl(17.2, 53.4%, 68%) |
| CMYK | cmyk(0%, 28.6%, 40.1%, 14.9%) |
How do I convert pinkish tan to RGB?
Select pinkish tan from the color name list in our color converter. The RGB value — rgb(217, 155, 130) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pinkish tan belong to?
pinkish tan belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 17.2°, saturation 53.4%, lightness 68%.
How do I create lighter and darker shades of pinkish tan?
Lighter variant (lightness 83%): #ebcabd. Darker variant (lightness 53%): #c76c47. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.