Shades of Rose #CDA291
Tints of Rose #CDA291
RGB
CMYK
RGB Variations
Color information
#CDA291 (or 0xCDA291) is known color: Rose. HEX triplet: CD, A2 and 91. RGB value is (205,162,145). Sum of RGB (Red+Green+Blue) = 205+162+145=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA291 is #325D6E. Grayscale: #ADADAD. Windows color (decimal): -3300719 or 9544397. OLE color: 9544397.
HSL color Cylindrical-coordinate representation of color #CDA291: hue angle of 17º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDA291 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 145 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.20 |
| HSL | 17º | 0.38% | 0.69% | - |
| HSV(B) | 17º | 0.29% | 0.8% | - |
| XYZ | 43.21 | 40.86 | 32.4 | - |
| YUV | 172.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 145 | 0 | 0.21 | 0.29 | 0.20 | 17 | 0.38 | 0.69 |
| Hex | CD | A2 | 91 | 0 | 15 | 1D | 14 | 11 | 26 | 45 |
| Octal | 315 | 242 | 221 | 0 | 25 | 35 | 24 | 21 | 46 | 105 |
| Binary | 11001101 | 10100010 | 10010001 | 0 | 10101 | 11101 | 10100 | 10001 | 100110 | 1000101 |
Color Harmonies of #CDA291
Complementary color
Monochromatic Colors of #CDA291
Black with #CDA291
Text Example
Text Example
White with #CDA291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA291; }
p { color: rgb(205,162,145); }
H1.HeaderClassName
{
color: #CDA291;
}
.AnyTagClassName
{
color: #CDA291;
}
</style>
background-color css
<style>
a { background-color: #CDA291; }
a { background-color: rgb(205,162,145); }
div.DivClassName
{
background-color: #CDA291;
}
.BgClassName
{
background-color: #CDA291;
}
</style>
border-color css
<style>
span { border-color: #CDA291; }
span { border-color: rgb(205,162,145); }
td.TdClassName
{
border-color: #CDA291;
}
.TagClassName
{
border-color: #CDA291;
}
</style>