Shades of Rose #CD9E8F
Tints of Rose #CD9E8F
RGB
CMYK
RGB Variations
Color information
#CD9E8F (or 0xCD9E8F) is known color: Rose. HEX triplet: CD, 9E and 8F. RGB value is (205,158,143). Sum of RGB (Red+Green+Blue) = 205+158+143=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E8F is #326170. Grayscale: #AAAAAA. Windows color (decimal): -3301745 or 9412301. OLE color: 9412301.
HSL color Cylindrical-coordinate representation of color #CD9E8F: hue angle of 14.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD9E8F is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 143 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.20 |
| HSL | 14.52º | 0.38% | 0.68% | - |
| HSV(B) | 14.52º | 0.3% | 0.8% | - |
| XYZ | 42.36 | 39.42 | 31.36 | - |
| YUV | 170.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 143 | 0 | 0.23 | 0.30 | 0.20 | 14.52 | 0.38 | 0.68 |
| Hex | CD | 9E | 8F | 0 | 17 | 1E | 14 | F | 26 | 44 |
| Octal | 315 | 236 | 217 | 0 | 27 | 36 | 24 | 17 | 46 | 104 |
| Binary | 11001101 | 10011110 | 10001111 | 0 | 10111 | 11110 | 10100 | 1111 | 100110 | 1000100 |
Color Harmonies of #CD9E8F
Complementary color
Monochromatic Colors of #CD9E8F
Black with #CD9E8F
Text Example
Text Example
White with #CD9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9E8F; }
p { color: rgb(205,158,143); }
H1.HeaderClassName
{
color: #CD9E8F;
}
.AnyTagClassName
{
color: #CD9E8F;
}
</style>
background-color css
<style>
a { background-color: #CD9E8F; }
a { background-color: rgb(205,158,143); }
div.DivClassName
{
background-color: #CD9E8F;
}
.BgClassName
{
background-color: #CD9E8F;
}
</style>
border-color css
<style>
span { border-color: #CD9E8F; }
span { border-color: rgb(205,158,143); }
td.TdClassName
{
border-color: #CD9E8F;
}
.TagClassName
{
border-color: #CD9E8F;
}
</style>