Shades of Eunry #CAA49D
Tints of Eunry #CAA49D
RGB
CMYK
RGB Variations
Color information
#CAA49D (or 0xCAA49D) is known color: Eunry. HEX triplet: CA, A4 and 9D. RGB value is (202,164,157). Sum of RGB (Red+Green+Blue) = 202+164+157=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA49D is #355B62. Grayscale: #AEAEAE. Windows color (decimal): -3496803 or 10331338. OLE color: 10331338.
HSL color Cylindrical-coordinate representation of color #CAA49D: hue angle of 9.33º 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 #CAA49D is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 157 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.21 |
| HSL | 9.33º | 0.3% | 0.7% | - |
| HSV(B) | 9.33º | 0.22% | 0.79% | - |
| XYZ | 43.72 | 41.54 | 37.61 | - |
| YUV | 174.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 157 | 0 | 0.19 | 0.22 | 0.21 | 9.33 | 0.3 | 0.7 |
| Hex | CA | A4 | 9D | 0 | 13 | 16 | 15 | 9 | 1E | 46 |
| Octal | 312 | 244 | 235 | 0 | 23 | 26 | 25 | 11 | 36 | 106 |
| Binary | 11001010 | 10100100 | 10011101 | 0 | 10011 | 10110 | 10101 | 1001 | 11110 | 1000110 |
Color Harmonies of #CAA49D
Complementary color
Monochromatic Colors of #CAA49D
Black with #CAA49D
Text Example
Text Example
White with #CAA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA49D; }
p { color: rgb(202,164,157); }
H1.HeaderClassName
{
color: #CAA49D;
}
.AnyTagClassName
{
color: #CAA49D;
}
</style>
background-color css
<style>
a { background-color: #CAA49D; }
a { background-color: rgb(202,164,157); }
div.DivClassName
{
background-color: #CAA49D;
}
.BgClassName
{
background-color: #CAA49D;
}
</style>
border-color css
<style>
span { border-color: #CAA49D; }
span { border-color: rgb(202,164,157); }
td.TdClassName
{
border-color: #CAA49D;
}
.TagClassName
{
border-color: #CAA49D;
}
</style>