Shades of Rose #CD9C8E
Tints of Rose #CD9C8E
RGB
CMYK
RGB Variations
Color information
#CD9C8E (or 0xCD9C8E) is known color: Rose. HEX triplet: CD, 9C and 8E. RGB value is (205,156,142). Sum of RGB (Red+Green+Blue) = 205+156+142=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9C8E is #326371. Grayscale: #A9A9A9. Windows color (decimal): -3302258 or 9346253. OLE color: 9346253.
HSL color Cylindrical-coordinate representation of color #CD9C8E: hue angle of 13.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD9C8E is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 156 | 142 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.20 |
| HSL | 13.33º | 0.39% | 0.68% | - |
| HSV(B) | 13.33º | 0.31% | 0.8% | - |
| XYZ | 41.95 | 38.71 | 30.85 | - |
| YUV | 169.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 142 | 0 | 0.24 | 0.31 | 0.20 | 13.33 | 0.39 | 0.68 |
| Hex | CD | 9C | 8E | 0 | 18 | 1F | 14 | D | 27 | 44 |
| Octal | 315 | 234 | 216 | 0 | 30 | 37 | 24 | 15 | 47 | 104 |
| Binary | 11001101 | 10011100 | 10001110 | 0 | 11000 | 11111 | 10100 | 1101 | 100111 | 1000100 |
Color Harmonies of #CD9C8E
Complementary color
Monochromatic Colors of #CD9C8E
Black with #CD9C8E
Text Example
Text Example
White with #CD9C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9C8E; }
p { color: rgb(205,156,142); }
H1.HeaderClassName
{
color: #CD9C8E;
}
.AnyTagClassName
{
color: #CD9C8E;
}
</style>
background-color css
<style>
a { background-color: #CD9C8E; }
a { background-color: rgb(205,156,142); }
div.DivClassName
{
background-color: #CD9C8E;
}
.BgClassName
{
background-color: #CD9C8E;
}
</style>
border-color css
<style>
span { border-color: #CD9C8E; }
span { border-color: rgb(205,156,142); }
td.TdClassName
{
border-color: #CD9C8E;
}
.TagClassName
{
border-color: #CD9C8E;
}
</style>