Shades of Rose #CDA595
Tints of Rose #CDA595
RGB
CMYK
RGB Variations
Color information
#CDA595 (or 0xCDA595) is known color: Rose. HEX triplet: CD, A5 and 95. RGB value is (205,165,149). Sum of RGB (Red+Green+Blue) = 205+165+149=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA595 is #325A6A. Grayscale: #AFAFAF. Windows color (decimal): -3299947 or 9807309. OLE color: 9807309.
HSL color Cylindrical-coordinate representation of color #CDA595: hue angle of 17.14º 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 #CDA595 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 149 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.20 |
| HSL | 17.14º | 0.36% | 0.69% | - |
| HSV(B) | 17.14º | 0.27% | 0.8% | - |
| XYZ | 44.06 | 42.06 | 34.23 | - |
| YUV | 175.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 149 | 0 | 0.20 | 0.27 | 0.20 | 17.14 | 0.36 | 0.69 |
| Hex | CD | A5 | 95 | 0 | 14 | 1B | 14 | 11 | 24 | 45 |
| Octal | 315 | 245 | 225 | 0 | 24 | 33 | 24 | 21 | 44 | 105 |
| Binary | 11001101 | 10100101 | 10010101 | 0 | 10100 | 11011 | 10100 | 10001 | 100100 | 1000101 |
Color Harmonies of #CDA595
Complementary color
Monochromatic Colors of #CDA595
Black with #CDA595
Text Example
Text Example
White with #CDA595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA595; }
p { color: rgb(205,165,149); }
H1.HeaderClassName
{
color: #CDA595;
}
.AnyTagClassName
{
color: #CDA595;
}
</style>
background-color css
<style>
a { background-color: #CDA595; }
a { background-color: rgb(205,165,149); }
div.DivClassName
{
background-color: #CDA595;
}
.BgClassName
{
background-color: #CDA595;
}
</style>
border-color css
<style>
span { border-color: #CDA595; }
span { border-color: rgb(205,165,149); }
td.TdClassName
{
border-color: #CDA595;
}
.TagClassName
{
border-color: #CDA595;
}
</style>