Shades of Eunry #CAA89C
Tints of Eunry #CAA89C
RGB
CMYK
RGB Variations
Color information
#CAA89C (or 0xCAA89C) is known color: Eunry. HEX triplet: CA, A8 and 9C. RGB value is (202,168,156). Sum of RGB (Red+Green+Blue) = 202+168+156=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA89C is #355763. Grayscale: #B0B0B0. Windows color (decimal): -3495780 or 10266826. OLE color: 10266826.
HSL color Cylindrical-coordinate representation of color #CAA89C: hue angle of 15.65º 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 #CAA89C is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 156 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.21 |
| HSL | 15.65º | 0.3% | 0.7% | - |
| HSV(B) | 15.65º | 0.23% | 0.79% | - |
| XYZ | 44.36 | 42.96 | 37.41 | - |
| YUV | 176.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 156 | 0 | 0.17 | 0.23 | 0.21 | 15.65 | 0.3 | 0.7 |
| Hex | CA | A8 | 9C | 0 | 11 | 17 | 15 | 10 | 1E | 46 |
| Octal | 312 | 250 | 234 | 0 | 21 | 27 | 25 | 20 | 36 | 106 |
| Binary | 11001010 | 10101000 | 10011100 | 0 | 10001 | 10111 | 10101 | 10000 | 11110 | 1000110 |
Color Harmonies of #CAA89C
Complementary color
Monochromatic Colors of #CAA89C
Black with #CAA89C
Text Example
Text Example
White with #CAA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA89C; }
p { color: rgb(202,168,156); }
H1.HeaderClassName
{
color: #CAA89C;
}
.AnyTagClassName
{
color: #CAA89C;
}
</style>
background-color css
<style>
a { background-color: #CAA89C; }
a { background-color: rgb(202,168,156); }
div.DivClassName
{
background-color: #CAA89C;
}
.BgClassName
{
background-color: #CAA89C;
}
</style>
border-color css
<style>
span { border-color: #CAA89C; }
span { border-color: rgb(202,168,156); }
td.TdClassName
{
border-color: #CAA89C;
}
.TagClassName
{
border-color: #CAA89C;
}
</style>