Shades of Rose #CDA594
Tints of Rose #CDA594
RGB
CMYK
RGB Variations
Color information
#CDA594 (or 0xCDA594) is known color: Rose. HEX triplet: CD, A5 and 94. RGB value is (205,165,148). Sum of RGB (Red+Green+Blue) = 205+165+148=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA594 is #325A6B. Grayscale: #AFAFAF. Windows color (decimal): -3299948 or 9741773. OLE color: 9741773.
HSL color Cylindrical-coordinate representation of color #CDA594: hue angle of 17.89º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDA594 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 148 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.20 |
| HSL | 17.89º | 0.36% | 0.69% | - |
| HSV(B) | 17.89º | 0.28% | 0.8% | - |
| XYZ | 43.98 | 42.03 | 33.81 | - |
| YUV | 175.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 148 | 0 | 0.20 | 0.28 | 0.20 | 17.89 | 0.36 | 0.69 |
| Hex | CD | A5 | 94 | 0 | 14 | 1C | 14 | 12 | 24 | 45 |
| Octal | 315 | 245 | 224 | 0 | 24 | 34 | 24 | 22 | 44 | 105 |
| Binary | 11001101 | 10100101 | 10010100 | 0 | 10100 | 11100 | 10100 | 10010 | 100100 | 1000101 |
Color Harmonies of #CDA594
Complementary color
Monochromatic Colors of #CDA594
Black with #CDA594
Text Example
Text Example
White with #CDA594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA594; }
p { color: rgb(205,165,148); }
H1.HeaderClassName
{
color: #CDA594;
}
.AnyTagClassName
{
color: #CDA594;
}
</style>
background-color css
<style>
a { background-color: #CDA594; }
a { background-color: rgb(205,165,148); }
div.DivClassName
{
background-color: #CDA594;
}
.BgClassName
{
background-color: #CDA594;
}
</style>
border-color css
<style>
span { border-color: #CDA594; }
span { border-color: rgb(205,165,148); }
td.TdClassName
{
border-color: #CDA594;
}
.TagClassName
{
border-color: #CDA594;
}
</style>