Shades of Eunry #CAA09D
Tints of Eunry #CAA09D
RGB
CMYK
RGB Variations
Color information
#CAA09D (or 0xCAA09D) is known color: Eunry. HEX triplet: CA, A0 and 9D. RGB value is (202,160,157). Sum of RGB (Red+Green+Blue) = 202+160+157=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA09D is #355F62. Grayscale: #ACACAC. Windows color (decimal): -3497827 or 10330314. OLE color: 10330314.
HSL color Cylindrical-coordinate representation of color #CAA09D: hue angle of 4º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAA09D is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 157 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.21 |
| HSL | 4º | 0.3% | 0.7% | - |
| HSV(B) | 4º | 0.22% | 0.79% | - |
| XYZ | 43.01 | 40.13 | 37.38 | - |
| YUV | 172.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 157 | 0 | 0.21 | 0.22 | 0.21 | 4 | 0.3 | 0.7 |
| Hex | CA | A0 | 9D | 0 | 15 | 16 | 15 | 4 | 1E | 46 |
| Octal | 312 | 240 | 235 | 0 | 25 | 26 | 25 | 4 | 36 | 106 |
| Binary | 11001010 | 10100000 | 10011101 | 0 | 10101 | 10110 | 10101 | 100 | 11110 | 1000110 |
Color Harmonies of #CAA09D
Complementary color
Monochromatic Colors of #CAA09D
Black with #CAA09D
Text Example
Text Example
White with #CAA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA09D; }
p { color: rgb(202,160,157); }
H1.HeaderClassName
{
color: #CAA09D;
}
.AnyTagClassName
{
color: #CAA09D;
}
</style>
background-color css
<style>
a { background-color: #CAA09D; }
a { background-color: rgb(202,160,157); }
div.DivClassName
{
background-color: #CAA09D;
}
.BgClassName
{
background-color: #CAA09D;
}
</style>
border-color css
<style>
span { border-color: #CAA09D; }
span { border-color: rgb(202,160,157); }
td.TdClassName
{
border-color: #CAA09D;
}
.TagClassName
{
border-color: #CAA09D;
}
</style>