Shades of Eunry #CAA695
Tints of Eunry #CAA695
RGB
CMYK
RGB Variations
Color information
#CAA695 (or 0xCAA695) is known color: Eunry. HEX triplet: CA, A6 and 95. RGB value is (202,166,149). Sum of RGB (Red+Green+Blue) = 202+166+149=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA695 is #35596A. Grayscale: #AEAEAE. Windows color (decimal): -3496299 or 9807562. OLE color: 9807562.
HSL color Cylindrical-coordinate representation of color #CAA695: hue angle of 19.25º 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 #CAA695 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 149 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.21 |
| HSL | 19.25º | 0.33% | 0.69% | - |
| HSV(B) | 19.25º | 0.26% | 0.79% | - |
| XYZ | 43.42 | 42 | 34.25 | - |
| YUV | 174.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 149 | 0 | 0.18 | 0.26 | 0.21 | 19.25 | 0.33 | 0.69 |
| Hex | CA | A6 | 95 | 0 | 12 | 1A | 15 | 13 | 21 | 45 |
| Octal | 312 | 246 | 225 | 0 | 22 | 32 | 25 | 23 | 41 | 105 |
| Binary | 11001010 | 10100110 | 10010101 | 0 | 10010 | 11010 | 10101 | 10011 | 100001 | 1000101 |
Color Harmonies of #CAA695
Complementary color
Monochromatic Colors of #CAA695
Black with #CAA695
Text Example
Text Example
White with #CAA695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA695; }
p { color: rgb(202,166,149); }
H1.HeaderClassName
{
color: #CAA695;
}
.AnyTagClassName
{
color: #CAA695;
}
</style>
background-color css
<style>
a { background-color: #CAA695; }
a { background-color: rgb(202,166,149); }
div.DivClassName
{
background-color: #CAA695;
}
.BgClassName
{
background-color: #CAA695;
}
</style>
border-color css
<style>
span { border-color: #CAA695; }
span { border-color: rgb(202,166,149); }
td.TdClassName
{
border-color: #CAA695;
}
.TagClassName
{
border-color: #CAA695;
}
</style>