Shades of Rose #CD9D8F
Tints of Rose #CD9D8F
RGB
CMYK
RGB Variations
Color information
#CD9D8F (or 0xCD9D8F) is known color: Rose. HEX triplet: CD, 9D and 8F. RGB value is (205,157,143). Sum of RGB (Red+Green+Blue) = 205+157+143=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9D8F is #326270. Grayscale: #A9A9A9. Windows color (decimal): -3302001 or 9412045. OLE color: 9412045.
HSL color Cylindrical-coordinate representation of color #CD9D8F: hue angle of 13.55º 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 #CD9D8F is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 157 | 143 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.20 |
| HSL | 13.55º | 0.38% | 0.68% | - |
| HSV(B) | 13.55º | 0.3% | 0.8% | - |
| XYZ | 42.19 | 39.08 | 31.31 | - |
| YUV | 169.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 157 | 143 | 0 | 0.23 | 0.30 | 0.20 | 13.55 | 0.38 | 0.68 |
| Hex | CD | 9D | 8F | 0 | 17 | 1E | 14 | E | 26 | 44 |
| Octal | 315 | 235 | 217 | 0 | 27 | 36 | 24 | 16 | 46 | 104 |
| Binary | 11001101 | 10011101 | 10001111 | 0 | 10111 | 11110 | 10100 | 1110 | 100110 | 1000100 |
Color Harmonies of #CD9D8F
Complementary color
Monochromatic Colors of #CD9D8F
Black with #CD9D8F
Text Example
Text Example
White with #CD9D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9D8F; }
p { color: rgb(205,157,143); }
H1.HeaderClassName
{
color: #CD9D8F;
}
.AnyTagClassName
{
color: #CD9D8F;
}
</style>
background-color css
<style>
a { background-color: #CD9D8F; }
a { background-color: rgb(205,157,143); }
div.DivClassName
{
background-color: #CD9D8F;
}
.BgClassName
{
background-color: #CD9D8F;
}
</style>
border-color css
<style>
span { border-color: #CD9D8F; }
span { border-color: rgb(205,157,143); }
td.TdClassName
{
border-color: #CD9D8F;
}
.TagClassName
{
border-color: #CD9D8F;
}
</style>