Shades of Rose #D09A8C
Tints of Rose #D09A8C
RGB
CMYK
RGB Variations
Color information
#D09A8C (or 0xD09A8C) is known color: Rose. HEX triplet: D0, 9A and 8C. RGB value is (208,154,140). Sum of RGB (Red+Green+Blue) = 208+154+140=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A8C is #2F6573. Grayscale: #A8A8A8. Windows color (decimal): -3106164 or 9214672. OLE color: 9214672.
HSL color Cylindrical-coordinate representation of color #D09A8C: hue angle of 12.35º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D09A8C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 140 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.18 |
| HSL | 12.35º | 0.42% | 0.68% | - |
| HSV(B) | 12.35º | 0.33% | 0.82% | - |
| XYZ | 42.3 | 38.41 | 30 | - |
| YUV | 168.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 140 | 0 | 0.26 | 0.33 | 0.18 | 12.35 | 0.42 | 0.68 |
| Hex | D0 | 9A | 8C | 0 | 1A | 21 | 12 | C | 2A | 44 |
| Octal | 320 | 232 | 214 | 0 | 32 | 41 | 22 | 14 | 52 | 104 |
| Binary | 11010000 | 10011010 | 10001100 | 0 | 11010 | 100001 | 10010 | 1100 | 101010 | 1000100 |
Color Harmonies of #D09A8C
Complementary color
Monochromatic Colors of #D09A8C
Black with #D09A8C
Text Example
Text Example
White with #D09A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A8C; }
p { color: rgb(208,154,140); }
H1.HeaderClassName
{
color: #D09A8C;
}
.AnyTagClassName
{
color: #D09A8C;
}
</style>
background-color css
<style>
a { background-color: #D09A8C; }
a { background-color: rgb(208,154,140); }
div.DivClassName
{
background-color: #D09A8C;
}
.BgClassName
{
background-color: #D09A8C;
}
</style>
border-color css
<style>
span { border-color: #D09A8C; }
span { border-color: rgb(208,154,140); }
td.TdClassName
{
border-color: #D09A8C;
}
.TagClassName
{
border-color: #D09A8C;
}
</style>