Shades of Eunry #CAA597
Tints of Eunry #CAA597
RGB
CMYK
RGB Variations
Color information
#CAA597 (or 0xCAA597) is known color: Eunry. HEX triplet: CA, A5 and 97. RGB value is (202,165,151). Sum of RGB (Red+Green+Blue) = 202+165+151=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA597 is #355A68. Grayscale: #AEAEAE. Windows color (decimal): -3496553 or 9938378. OLE color: 9938378.
HSL color Cylindrical-coordinate representation of color #CAA597: hue angle of 16.47º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA597 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 151 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.21 |
| HSL | 16.47º | 0.32% | 0.69% | - |
| HSV(B) | 16.47º | 0.25% | 0.79% | - |
| XYZ | 43.4 | 41.7 | 35.04 | - |
| YUV | 174.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 151 | 0 | 0.18 | 0.25 | 0.21 | 16.47 | 0.32 | 0.69 |
| Hex | CA | A5 | 97 | 0 | 12 | 19 | 15 | 10 | 20 | 45 |
| Octal | 312 | 245 | 227 | 0 | 22 | 31 | 25 | 20 | 40 | 105 |
| Binary | 11001010 | 10100101 | 10010111 | 0 | 10010 | 11001 | 10101 | 10000 | 100000 | 1000101 |
Color Harmonies of #CAA597
Complementary color
Monochromatic Colors of #CAA597
Black with #CAA597
Text Example
Text Example
White with #CAA597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA597; }
p { color: rgb(202,165,151); }
H1.HeaderClassName
{
color: #CAA597;
}
.AnyTagClassName
{
color: #CAA597;
}
</style>
background-color css
<style>
a { background-color: #CAA597; }
a { background-color: rgb(202,165,151); }
div.DivClassName
{
background-color: #CAA597;
}
.BgClassName
{
background-color: #CAA597;
}
</style>
border-color css
<style>
span { border-color: #CAA597; }
span { border-color: rgb(202,165,151); }
td.TdClassName
{
border-color: #CAA597;
}
.TagClassName
{
border-color: #CAA597;
}
</style>