Shades of Eunry #CAA69D
Tints of Eunry #CAA69D
RGB
CMYK
RGB Variations
Color information
#CAA69D (or 0xCAA69D) is known color: Eunry. HEX triplet: CA, A6 and 9D. RGB value is (202,166,157). Sum of RGB (Red+Green+Blue) = 202+166+157=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA69D is #355962. Grayscale: #AFAFAF. Windows color (decimal): -3496291 or 10331850. OLE color: 10331850.
HSL color Cylindrical-coordinate representation of color #CAA69D: hue angle of 12º 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 #CAA69D is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 157 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.21 |
| HSL | 12º | 0.3% | 0.7% | - |
| HSV(B) | 12º | 0.22% | 0.79% | - |
| XYZ | 44.08 | 42.26 | 37.73 | - |
| YUV | 175.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 157 | 0 | 0.18 | 0.22 | 0.21 | 12 | 0.3 | 0.7 |
| Hex | CA | A6 | 9D | 0 | 12 | 16 | 15 | C | 1E | 46 |
| Octal | 312 | 246 | 235 | 0 | 22 | 26 | 25 | 14 | 36 | 106 |
| Binary | 11001010 | 10100110 | 10011101 | 0 | 10010 | 10110 | 10101 | 1100 | 11110 | 1000110 |
Color Harmonies of #CAA69D
Complementary color
Monochromatic Colors of #CAA69D
Black with #CAA69D
Text Example
Text Example
White with #CAA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA69D; }
p { color: rgb(202,166,157); }
H1.HeaderClassName
{
color: #CAA69D;
}
.AnyTagClassName
{
color: #CAA69D;
}
</style>
background-color css
<style>
a { background-color: #CAA69D; }
a { background-color: rgb(202,166,157); }
div.DivClassName
{
background-color: #CAA69D;
}
.BgClassName
{
background-color: #CAA69D;
}
</style>
border-color css
<style>
span { border-color: #CAA69D; }
span { border-color: rgb(202,166,157); }
td.TdClassName
{
border-color: #CAA69D;
}
.TagClassName
{
border-color: #CAA69D;
}
</style>