Shades of Rose #CD9A8F
Tints of Rose #CD9A8F
RGB
CMYK
RGB Variations
Color information
#CD9A8F (or 0xCD9A8F) is known color: Rose. HEX triplet: CD, 9A and 8F. RGB value is (205,154,143). Sum of RGB (Red+Green+Blue) = 205+154+143=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9A8F is #326570. Grayscale: #A8A8A8. Windows color (decimal): -3302769 or 9411277. OLE color: 9411277.
HSL color Cylindrical-coordinate representation of color #CD9A8F: hue angle of 10.65º 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 #CD9A8F is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 143 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.20 |
| HSL | 10.65º | 0.38% | 0.68% | - |
| HSV(B) | 10.65º | 0.3% | 0.8% | - |
| XYZ | 41.69 | 38.07 | 31.14 | - |
| YUV | 168 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 143 | 0 | 0.25 | 0.30 | 0.20 | 10.65 | 0.38 | 0.68 |
| Hex | CD | 9A | 8F | 0 | 19 | 1E | 14 | B | 26 | 44 |
| Octal | 315 | 232 | 217 | 0 | 31 | 36 | 24 | 13 | 46 | 104 |
| Binary | 11001101 | 10011010 | 10001111 | 0 | 11001 | 11110 | 10100 | 1011 | 100110 | 1000100 |
Color Harmonies of #CD9A8F
Complementary color
Monochromatic Colors of #CD9A8F
Black with #CD9A8F
Text Example
Text Example
White with #CD9A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A8F; }
p { color: rgb(205,154,143); }
H1.HeaderClassName
{
color: #CD9A8F;
}
.AnyTagClassName
{
color: #CD9A8F;
}
</style>
background-color css
<style>
a { background-color: #CD9A8F; }
a { background-color: rgb(205,154,143); }
div.DivClassName
{
background-color: #CD9A8F;
}
.BgClassName
{
background-color: #CD9A8F;
}
</style>
border-color css
<style>
span { border-color: #CD9A8F; }
span { border-color: rgb(205,154,143); }
td.TdClassName
{
border-color: #CD9A8F;
}
.TagClassName
{
border-color: #CD9A8F;
}
</style>