Shades of Rose #CD9F8C
Tints of Rose #CD9F8C
RGB
CMYK
RGB Variations
Color information
#CD9F8C (or 0xCD9F8C) is known color: Rose. HEX triplet: CD, 9F and 8C. RGB value is (205,159,140). Sum of RGB (Red+Green+Blue) = 205+159+140=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9F8C is #326073. Grayscale: #AAAAAA. Windows color (decimal): -3301492 or 9215949. OLE color: 9215949.
HSL color Cylindrical-coordinate representation of color #CD9F8C: hue angle of 17.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD9F8C is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 159 | 140 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.20 |
| HSL | 17.54º | 0.39% | 0.68% | - |
| HSV(B) | 17.54º | 0.32% | 0.8% | - |
| XYZ | 42.31 | 39.67 | 30.24 | - |
| YUV | 170.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 159 | 140 | 0 | 0.22 | 0.32 | 0.20 | 17.54 | 0.39 | 0.68 |
| Hex | CD | 9F | 8C | 0 | 16 | 20 | 14 | 12 | 27 | 44 |
| Octal | 315 | 237 | 214 | 0 | 26 | 40 | 24 | 22 | 47 | 104 |
| Binary | 11001101 | 10011111 | 10001100 | 0 | 10110 | 100000 | 10100 | 10010 | 100111 | 1000100 |
Color Harmonies of #CD9F8C
Complementary color
Monochromatic Colors of #CD9F8C
Black with #CD9F8C
Text Example
Text Example
White with #CD9F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9F8C; }
p { color: rgb(205,159,140); }
H1.HeaderClassName
{
color: #CD9F8C;
}
.AnyTagClassName
{
color: #CD9F8C;
}
</style>
background-color css
<style>
a { background-color: #CD9F8C; }
a { background-color: rgb(205,159,140); }
div.DivClassName
{
background-color: #CD9F8C;
}
.BgClassName
{
background-color: #CD9F8C;
}
</style>
border-color css
<style>
span { border-color: #CD9F8C; }
span { border-color: rgb(205,159,140); }
td.TdClassName
{
border-color: #CD9F8C;
}
.TagClassName
{
border-color: #CD9F8C;
}
</style>