Shades of Rose #CDA196
Tints of Rose #CDA196
RGB
CMYK
RGB Variations
Color information
#CDA196 (or 0xCDA196) is known color: Rose. HEX triplet: CD, A1 and 96. RGB value is (205,161,150). Sum of RGB (Red+Green+Blue) = 205+161+150=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA196 is #325E69. Grayscale: #ACACAC. Windows color (decimal): -3300970 or 9871821. OLE color: 9871821.
HSL color Cylindrical-coordinate representation of color #CDA196: hue angle of 12º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA196 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 150 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.20 |
| HSL | 12º | 0.35% | 0.7% | - |
| HSV(B) | 12º | 0.27% | 0.8% | - |
| XYZ | 43.43 | 40.67 | 34.42 | - |
| YUV | 172.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 150 | 0 | 0.21 | 0.27 | 0.20 | 12 | 0.35 | 0.7 |
| Hex | CD | A1 | 96 | 0 | 15 | 1B | 14 | C | 23 | 46 |
| Octal | 315 | 241 | 226 | 0 | 25 | 33 | 24 | 14 | 43 | 106 |
| Binary | 11001101 | 10100001 | 10010110 | 0 | 10101 | 11011 | 10100 | 1100 | 100011 | 1000110 |
Color Harmonies of #CDA196
Complementary color
Monochromatic Colors of #CDA196
Black with #CDA196
Text Example
Text Example
White with #CDA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA196; }
p { color: rgb(205,161,150); }
H1.HeaderClassName
{
color: #CDA196;
}
.AnyTagClassName
{
color: #CDA196;
}
</style>
background-color css
<style>
a { background-color: #CDA196; }
a { background-color: rgb(205,161,150); }
div.DivClassName
{
background-color: #CDA196;
}
.BgClassName
{
background-color: #CDA196;
}
</style>
border-color css
<style>
span { border-color: #CDA196; }
span { border-color: rgb(205,161,150); }
td.TdClassName
{
border-color: #CDA196;
}
.TagClassName
{
border-color: #CDA196;
}
</style>