Shades of Rose #CD9E8E
Tints of Rose #CD9E8E
RGB
CMYK
RGB Variations
Color information
#CD9E8E (or 0xCD9E8E) is known color: Rose. HEX triplet: CD, 9E and 8E. RGB value is (205,158,142). Sum of RGB (Red+Green+Blue) = 205+158+142=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E8E is #326171. Grayscale: #AAAAAA. Windows color (decimal): -3301746 or 9346765. OLE color: 9346765.
HSL color Cylindrical-coordinate representation of color #CD9E8E: hue angle of 15.24º 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 #CD9E8E is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 142 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.20 |
| HSL | 15.24º | 0.39% | 0.68% | - |
| HSV(B) | 15.24º | 0.31% | 0.8% | - |
| XYZ | 42.29 | 39.39 | 30.96 | - |
| YUV | 170.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 142 | 0 | 0.23 | 0.31 | 0.20 | 15.24 | 0.39 | 0.68 |
| Hex | CD | 9E | 8E | 0 | 17 | 1F | 14 | F | 27 | 44 |
| Octal | 315 | 236 | 216 | 0 | 27 | 37 | 24 | 17 | 47 | 104 |
| Binary | 11001101 | 10011110 | 10001110 | 0 | 10111 | 11111 | 10100 | 1111 | 100111 | 1000100 |
Color Harmonies of #CD9E8E
Complementary color
Monochromatic Colors of #CD9E8E
Black with #CD9E8E
Text Example
Text Example
White with #CD9E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9E8E; }
p { color: rgb(205,158,142); }
H1.HeaderClassName
{
color: #CD9E8E;
}
.AnyTagClassName
{
color: #CD9E8E;
}
</style>
background-color css
<style>
a { background-color: #CD9E8E; }
a { background-color: rgb(205,158,142); }
div.DivClassName
{
background-color: #CD9E8E;
}
.BgClassName
{
background-color: #CD9E8E;
}
</style>
border-color css
<style>
span { border-color: #CD9E8E; }
span { border-color: rgb(205,158,142); }
td.TdClassName
{
border-color: #CD9E8E;
}
.TagClassName
{
border-color: #CD9E8E;
}
</style>