Shades of Eunry #CCA59D
Tints of Eunry #CCA59D
RGB
CMYK
RGB Variations
Color information
#CCA59D (or 0xCCA59D) is known color: Eunry. HEX triplet: CC, A5 and 9D. RGB value is (204,165,157). Sum of RGB (Red+Green+Blue) = 204+165+157=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA59D is #335A62. Grayscale: #AFAFAF. Windows color (decimal): -3365475 or 10331596. OLE color: 10331596.
HSL color Cylindrical-coordinate representation of color #CCA59D: hue angle of 10.21º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCA59D is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 157 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.2 |
| HSL | 10.21º | 0.32% | 0.71% | - |
| HSV(B) | 10.21º | 0.23% | 0.8% | - |
| XYZ | 44.44 | 42.18 | 37.7 | - |
| YUV | 175.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 157 | 0 | 0.19 | 0.23 | 0.2 | 10.21 | 0.32 | 0.71 |
| Hex | CC | A5 | 9D | 0 | 13 | 17 | 14 | A | 20 | 47 |
| Octal | 314 | 245 | 235 | 0 | 23 | 27 | 24 | 12 | 40 | 107 |
| Binary | 11001100 | 10100101 | 10011101 | 0 | 10011 | 10111 | 10100 | 1010 | 100000 | 1000111 |
Color Harmonies of #CCA59D
Complementary color
Monochromatic Colors of #CCA59D
Black with #CCA59D
Text Example
Text Example
White with #CCA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA59D; }
p { color: rgb(204,165,157); }
H1.HeaderClassName
{
color: #CCA59D;
}
.AnyTagClassName
{
color: #CCA59D;
}
</style>
background-color css
<style>
a { background-color: #CCA59D; }
a { background-color: rgb(204,165,157); }
div.DivClassName
{
background-color: #CCA59D;
}
.BgClassName
{
background-color: #CCA59D;
}
</style>
border-color css
<style>
span { border-color: #CCA59D; }
span { border-color: rgb(204,165,157); }
td.TdClassName
{
border-color: #CCA59D;
}
.TagClassName
{
border-color: #CCA59D;
}
</style>