Shades of Eunry #CDA59C
Tints of Eunry #CDA59C
RGB
CMYK
RGB Variations
Color information
#CDA59C (or 0xCDA59C) is known color: Eunry. HEX triplet: CD, A5 and 9C. RGB value is (205,165,156). Sum of RGB (Red+Green+Blue) = 205+165+156=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA59C is #325A63. Grayscale: #B0B0B0. Windows color (decimal): -3299940 or 10266061. OLE color: 10266061.
HSL color Cylindrical-coordinate representation of color #CDA59C: hue angle of 11.02º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA59C is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 165 | 156 | - |
CMYK | 0 | 0.20 | 0.24 | 0.20 |
HSL | 11.02º | 0.33% | 0.71% | - |
HSV(B) | 11.02º | 0.24% | 0.8% | - |
XYZ | 44.63 | 42.29 | 37.26 | - |
YUV | 175.93 | 116.75 | 148.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 165 | 156 | 0 | 0.20 | 0.24 | 0.20 | 11.02 | 0.33 | 0.71 |
Hex | CD | A5 | 9C | 0 | 14 | 18 | 14 | B | 21 | 47 |
Octal | 315 | 245 | 234 | 0 | 24 | 30 | 24 | 13 | 41 | 107 |
Binary | 11001101 | 10100101 | 10011100 | 0 | 10100 | 11000 | 10100 | 1011 | 100001 | 1000111 |
Color Harmonies of #CDA59C
Complementary color
Monochromatic Colors of #CDA59C
Black with #CDA59C
Text Example
Text Example
White with #CDA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA59C; }
p { color: rgb(205,165,156); }
H1.HeaderClassName
{
color: #CDA59C;
}
.AnyTagClassName
{
color: #CDA59C;
}
</style>
background-color css
<style>
a { background-color: #CDA59C; }
a { background-color: rgb(205,165,156); }
div.DivClassName
{
background-color: #CDA59C;
}
.BgClassName
{
background-color: #CDA59C;
}
</style>
border-color css
<style>
span { border-color: #CDA59C; }
span { border-color: rgb(205,165,156); }
td.TdClassName
{
border-color: #CDA59C;
}
.TagClassName
{
border-color: #CDA59C;
}
</style>