Shades of Rose #CDA295
Tints of Rose #CDA295
RGB
CMYK
RGB Variations
Color information
#CDA295 (or 0xCDA295) is known color: Rose. HEX triplet: CD, A2 and 95. RGB value is (205,162,149). Sum of RGB (Red+Green+Blue) = 205+162+149=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA295 is #325D6A. Grayscale: #ADADAD. Windows color (decimal): -3300715 or 9806541. OLE color: 9806541.
HSL color Cylindrical-coordinate representation of color #CDA295: hue angle of 13.93º 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 #CDA295 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 149 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.20 |
| HSL | 13.93º | 0.36% | 0.69% | - |
| HSV(B) | 13.93º | 0.27% | 0.8% | - |
| XYZ | 43.52 | 40.99 | 34.05 | - |
| YUV | 173.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 149 | 0 | 0.21 | 0.27 | 0.20 | 13.93 | 0.36 | 0.69 |
| Hex | CD | A2 | 95 | 0 | 15 | 1B | 14 | E | 24 | 45 |
| Octal | 315 | 242 | 225 | 0 | 25 | 33 | 24 | 16 | 44 | 105 |
| Binary | 11001101 | 10100010 | 10010101 | 0 | 10101 | 11011 | 10100 | 1110 | 100100 | 1000101 |
Color Harmonies of #CDA295
Complementary color
Monochromatic Colors of #CDA295
Black with #CDA295
Text Example
Text Example
White with #CDA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA295; }
p { color: rgb(205,162,149); }
H1.HeaderClassName
{
color: #CDA295;
}
.AnyTagClassName
{
color: #CDA295;
}
</style>
background-color css
<style>
a { background-color: #CDA295; }
a { background-color: rgb(205,162,149); }
div.DivClassName
{
background-color: #CDA295;
}
.BgClassName
{
background-color: #CDA295;
}
</style>
border-color css
<style>
span { border-color: #CDA295; }
span { border-color: rgb(205,162,149); }
td.TdClassName
{
border-color: #CDA295;
}
.TagClassName
{
border-color: #CDA295;
}
</style>