Shades of Eunry #CAA69F
Tints of Eunry #CAA69F
RGB
CMYK
RGB Variations
Color information
#CAA69F (or 0xCAA69F) is known color: Eunry. HEX triplet: CA, A6 and 9F. RGB value is (202,166,159). Sum of RGB (Red+Green+Blue) = 202+166+159=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA69F is #355960. Grayscale: #B0B0B0. Windows color (decimal): -3496289 or 10462922. OLE color: 10462922.
HSL color Cylindrical-coordinate representation of color #CAA69F: hue angle of 9.77º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA69F is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 159 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.21 |
| HSL | 9.77º | 0.29% | 0.71% | - |
| HSV(B) | 9.77º | 0.21% | 0.79% | - |
| XYZ | 44.25 | 42.33 | 38.64 | - |
| YUV | 175.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 159 | 0 | 0.18 | 0.21 | 0.21 | 9.77 | 0.29 | 0.71 |
| Hex | CA | A6 | 9F | 0 | 12 | 15 | 15 | A | 1D | 47 |
| Octal | 312 | 246 | 237 | 0 | 22 | 25 | 25 | 12 | 35 | 107 |
| Binary | 11001010 | 10100110 | 10011111 | 0 | 10010 | 10101 | 10101 | 1010 | 11101 | 1000111 |
Color Harmonies of #CAA69F
Complementary color
Monochromatic Colors of #CAA69F
Black with #CAA69F
Text Example
Text Example
White with #CAA69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA69F; }
p { color: rgb(202,166,159); }
H1.HeaderClassName
{
color: #CAA69F;
}
.AnyTagClassName
{
color: #CAA69F;
}
</style>
background-color css
<style>
a { background-color: #CAA69F; }
a { background-color: rgb(202,166,159); }
div.DivClassName
{
background-color: #CAA69F;
}
.BgClassName
{
background-color: #CAA69F;
}
</style>
border-color css
<style>
span { border-color: #CAA69F; }
span { border-color: rgb(202,166,159); }
td.TdClassName
{
border-color: #CAA69F;
}
.TagClassName
{
border-color: #CAA69F;
}
</style>