Shades of Eunry #CAA59C
Tints of Eunry #CAA59C
RGB
CMYK
RGB Variations
Color information
#CAA59C (or 0xCAA59C) is known color: Eunry. HEX triplet: CA, A5 and 9C. RGB value is (202,165,156). Sum of RGB (Red+Green+Blue) = 202+165+156=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA59C is #355A63. Grayscale: #AFAFAF. Windows color (decimal): -3496548 or 10266058. OLE color: 10266058.
HSL color Cylindrical-coordinate representation of color #CAA59C: hue angle of 11.74º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA59C is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 156 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.21 |
| HSL | 11.74º | 0.3% | 0.7% | - |
| HSV(B) | 11.74º | 0.23% | 0.79% | - |
| XYZ | 43.81 | 41.87 | 37.22 | - |
| YUV | 175.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 156 | 0 | 0.18 | 0.23 | 0.21 | 11.74 | 0.3 | 0.7 |
| Hex | CA | A5 | 9C | 0 | 12 | 17 | 15 | C | 1E | 46 |
| Octal | 312 | 245 | 234 | 0 | 22 | 27 | 25 | 14 | 36 | 106 |
| Binary | 11001010 | 10100101 | 10011100 | 0 | 10010 | 10111 | 10101 | 1100 | 11110 | 1000110 |
Color Harmonies of #CAA59C
Complementary color
Monochromatic Colors of #CAA59C
Black with #CAA59C
Text Example
Text Example
White with #CAA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA59C; }
p { color: rgb(202,165,156); }
H1.HeaderClassName
{
color: #CAA59C;
}
.AnyTagClassName
{
color: #CAA59C;
}
</style>
background-color css
<style>
a { background-color: #CAA59C; }
a { background-color: rgb(202,165,156); }
div.DivClassName
{
background-color: #CAA59C;
}
.BgClassName
{
background-color: #CAA59C;
}
</style>
border-color css
<style>
span { border-color: #CAA59C; }
span { border-color: rgb(202,165,156); }
td.TdClassName
{
border-color: #CAA59C;
}
.TagClassName
{
border-color: #CAA59C;
}
</style>