Shades of Eunry #CAA09B
Tints of Eunry #CAA09B
RGB
CMYK
RGB Variations
Color information
#CAA09B (or 0xCAA09B) is known color: Eunry. HEX triplet: CA, A0 and 9B. RGB value is (202,160,155). Sum of RGB (Red+Green+Blue) = 202+160+155=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA09B is #355F64. Grayscale: #ACACAC. Windows color (decimal): -3497829 or 10199242. OLE color: 10199242.
HSL color Cylindrical-coordinate representation of color #CAA09B: hue angle of 6.38º degrees, saturation: 0.31, 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 #CAA09B is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 155 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.21 |
| HSL | 6.38º | 0.31% | 0.7% | - |
| HSV(B) | 6.38º | 0.23% | 0.79% | - |
| XYZ | 42.84 | 40.06 | 36.49 | - |
| YUV | 171.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 155 | 0 | 0.21 | 0.23 | 0.21 | 6.38 | 0.31 | 0.7 |
| Hex | CA | A0 | 9B | 0 | 15 | 17 | 15 | 6 | 1F | 46 |
| Octal | 312 | 240 | 233 | 0 | 25 | 27 | 25 | 6 | 37 | 106 |
| Binary | 11001010 | 10100000 | 10011011 | 0 | 10101 | 10111 | 10101 | 110 | 11111 | 1000110 |
Color Harmonies of #CAA09B
Complementary color
Monochromatic Colors of #CAA09B
Black with #CAA09B
Text Example
Text Example
White with #CAA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA09B; }
p { color: rgb(202,160,155); }
H1.HeaderClassName
{
color: #CAA09B;
}
.AnyTagClassName
{
color: #CAA09B;
}
</style>
background-color css
<style>
a { background-color: #CAA09B; }
a { background-color: rgb(202,160,155); }
div.DivClassName
{
background-color: #CAA09B;
}
.BgClassName
{
background-color: #CAA09B;
}
</style>
border-color css
<style>
span { border-color: #CAA09B; }
span { border-color: rgb(202,160,155); }
td.TdClassName
{
border-color: #CAA09B;
}
.TagClassName
{
border-color: #CAA09B;
}
</style>