Shades of Rose #CDA195
Tints of Rose #CDA195
RGB
CMYK
RGB Variations
Color information
#CDA195 (or 0xCDA195) is known color: Rose. HEX triplet: CD, A1 and 95. RGB value is (205,161,149). Sum of RGB (Red+Green+Blue) = 205+161+149=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA195 is #325E6A. Grayscale: #ACACAC. Windows color (decimal): -3300971 or 9806285. OLE color: 9806285.
HSL color Cylindrical-coordinate representation of color #CDA195: hue angle of 12.86º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA195 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 149 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.20 |
| HSL | 12.86º | 0.36% | 0.69% | - |
| HSV(B) | 12.86º | 0.27% | 0.8% | - |
| XYZ | 43.35 | 40.64 | 33.99 | - |
| YUV | 172.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 149 | 0 | 0.21 | 0.27 | 0.20 | 12.86 | 0.36 | 0.69 |
| Hex | CD | A1 | 95 | 0 | 15 | 1B | 14 | D | 24 | 45 |
| Octal | 315 | 241 | 225 | 0 | 25 | 33 | 24 | 15 | 44 | 105 |
| Binary | 11001101 | 10100001 | 10010101 | 0 | 10101 | 11011 | 10100 | 1101 | 100100 | 1000101 |
Color Harmonies of #CDA195
Complementary color
Monochromatic Colors of #CDA195
Black with #CDA195
Text Example
Text Example
White with #CDA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA195; }
p { color: rgb(205,161,149); }
H1.HeaderClassName
{
color: #CDA195;
}
.AnyTagClassName
{
color: #CDA195;
}
</style>
background-color css
<style>
a { background-color: #CDA195; }
a { background-color: rgb(205,161,149); }
div.DivClassName
{
background-color: #CDA195;
}
.BgClassName
{
background-color: #CDA195;
}
</style>
border-color css
<style>
span { border-color: #CDA195; }
span { border-color: rgb(205,161,149); }
td.TdClassName
{
border-color: #CDA195;
}
.TagClassName
{
border-color: #CDA195;
}
</style>