Shades of Rose #D09C90
Tints of Rose #D09C90
RGB
CMYK
RGB Variations
Color information
#D09C90 (or 0xD09C90) is known color: Rose. HEX triplet: D0, 9C and 90. RGB value is (208,156,144). Sum of RGB (Red+Green+Blue) = 208+156+144=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C90 is #2F636F. Grayscale: #AAAAAA. Windows color (decimal): -3105648 or 9477328. OLE color: 9477328.
HSL color Cylindrical-coordinate representation of color #D09C90: hue angle of 11.25º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D09C90 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 144 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.18 |
| HSL | 11.25º | 0.41% | 0.69% | - |
| HSV(B) | 11.25º | 0.31% | 0.82% | - |
| XYZ | 42.93 | 39.2 | 31.69 | - |
| YUV | 170.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 144 | 0 | 0.25 | 0.31 | 0.18 | 11.25 | 0.41 | 0.69 |
| Hex | D0 | 9C | 90 | 0 | 19 | 1F | 12 | B | 29 | 45 |
| Octal | 320 | 234 | 220 | 0 | 31 | 37 | 22 | 13 | 51 | 105 |
| Binary | 11010000 | 10011100 | 10010000 | 0 | 11001 | 11111 | 10010 | 1011 | 101001 | 1000101 |
Color Harmonies of #D09C90
Complementary color
Monochromatic Colors of #D09C90
Black with #D09C90
Text Example
Text Example
White with #D09C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C90; }
p { color: rgb(208,156,144); }
H1.HeaderClassName
{
color: #D09C90;
}
.AnyTagClassName
{
color: #D09C90;
}
</style>
background-color css
<style>
a { background-color: #D09C90; }
a { background-color: rgb(208,156,144); }
div.DivClassName
{
background-color: #D09C90;
}
.BgClassName
{
background-color: #D09C90;
}
</style>
border-color css
<style>
span { border-color: #D09C90; }
span { border-color: rgb(208,156,144); }
td.TdClassName
{
border-color: #D09C90;
}
.TagClassName
{
border-color: #D09C90;
}
</style>