Shades of Eunry #CAA296
Tints of Eunry #CAA296
RGB
CMYK
RGB Variations
Color information
#CAA296 (or 0xCAA296) is known color: Eunry. HEX triplet: CA, A2 and 96. RGB value is (202,162,150). Sum of RGB (Red+Green+Blue) = 202+162+150=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA296 is #355D69. Grayscale: #ACACAC. Windows color (decimal): -3497322 or 9872074. OLE color: 9872074.
HSL color Cylindrical-coordinate representation of color #CAA296: hue angle of 13.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAA296 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 150 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.21 |
| HSL | 13.85º | 0.33% | 0.69% | - |
| HSV(B) | 13.85º | 0.26% | 0.79% | - |
| XYZ | 42.78 | 40.6 | 34.44 | - |
| YUV | 172.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 150 | 0 | 0.20 | 0.26 | 0.21 | 13.85 | 0.33 | 0.69 |
| Hex | CA | A2 | 96 | 0 | 14 | 1A | 15 | E | 21 | 45 |
| Octal | 312 | 242 | 226 | 0 | 24 | 32 | 25 | 16 | 41 | 105 |
| Binary | 11001010 | 10100010 | 10010110 | 0 | 10100 | 11010 | 10101 | 1110 | 100001 | 1000101 |
Color Harmonies of #CAA296
Complementary color
Monochromatic Colors of #CAA296
Black with #CAA296
Text Example
Text Example
White with #CAA296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA296; }
p { color: rgb(202,162,150); }
H1.HeaderClassName
{
color: #CAA296;
}
.AnyTagClassName
{
color: #CAA296;
}
</style>
background-color css
<style>
a { background-color: #CAA296; }
a { background-color: rgb(202,162,150); }
div.DivClassName
{
background-color: #CAA296;
}
.BgClassName
{
background-color: #CAA296;
}
</style>
border-color css
<style>
span { border-color: #CAA296; }
span { border-color: rgb(202,162,150); }
td.TdClassName
{
border-color: #CAA296;
}
.TagClassName
{
border-color: #CAA296;
}
</style>