Shades of Rose #CDA395
Tints of Rose #CDA395
RGB
CMYK
RGB Variations
Color information
#CDA395 (or 0xCDA395) is known color: Rose. HEX triplet: CD, A3 and 95. RGB value is (205,163,149). Sum of RGB (Red+Green+Blue) = 205+163+149=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA395 is #325C6A. Grayscale: #AEAEAE. Windows color (decimal): -3300459 or 9806797. OLE color: 9806797.
HSL color Cylindrical-coordinate representation of color #CDA395: hue angle of 15º 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 #CDA395 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 149 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.20 |
| HSL | 15º | 0.36% | 0.69% | - |
| HSV(B) | 15º | 0.27% | 0.8% | - |
| XYZ | 43.7 | 41.34 | 34.11 | - |
| YUV | 173.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 149 | 0 | 0.20 | 0.27 | 0.20 | 15 | 0.36 | 0.69 |
| Hex | CD | A3 | 95 | 0 | 14 | 1B | 14 | F | 24 | 45 |
| Octal | 315 | 243 | 225 | 0 | 24 | 33 | 24 | 17 | 44 | 105 |
| Binary | 11001101 | 10100011 | 10010101 | 0 | 10100 | 11011 | 10100 | 1111 | 100100 | 1000101 |
Color Harmonies of #CDA395
Complementary color
Monochromatic Colors of #CDA395
Black with #CDA395
Text Example
Text Example
White with #CDA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA395; }
p { color: rgb(205,163,149); }
H1.HeaderClassName
{
color: #CDA395;
}
.AnyTagClassName
{
color: #CDA395;
}
</style>
background-color css
<style>
a { background-color: #CDA395; }
a { background-color: rgb(205,163,149); }
div.DivClassName
{
background-color: #CDA395;
}
.BgClassName
{
background-color: #CDA395;
}
</style>
border-color css
<style>
span { border-color: #CDA395; }
span { border-color: rgb(205,163,149); }
td.TdClassName
{
border-color: #CDA395;
}
.TagClassName
{
border-color: #CDA395;
}
</style>