Shades of Eunry #CAAA9F
Tints of Eunry #CAAA9F
RGB
CMYK
RGB Variations
Color information
#CAAA9F (or 0xCAAA9F) is known color: Eunry. HEX triplet: CA, AA and 9F. RGB value is (202,170,159). Sum of RGB (Red+Green+Blue) = 202+170+159=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAA9F is #355560. Grayscale: #B2B2B2. Windows color (decimal): -3495265 or 10463946. OLE color: 10463946.
HSL color Cylindrical-coordinate representation of color #CAAA9F: hue angle of 15.35º 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 #CAAA9F is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 170 | 159 | - |
CMYK | 0 | 0.16 | 0.21 | 0.21 |
HSL | 15.35º | 0.29% | 0.71% | - |
HSV(B) | 15.35º | 0.21% | 0.79% | - |
XYZ | 44.99 | 43.81 | 38.89 | - |
YUV | 178.31 | 117.1 | 144.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 170 | 159 | 0 | 0.16 | 0.21 | 0.21 | 15.35 | 0.29 | 0.71 |
Hex | CA | AA | 9F | 0 | 10 | 15 | 15 | F | 1D | 47 |
Octal | 312 | 252 | 237 | 0 | 20 | 25 | 25 | 17 | 35 | 107 |
Binary | 11001010 | 10101010 | 10011111 | 0 | 10000 | 10101 | 10101 | 1111 | 11101 | 1000111 |
Color Harmonies of #CAAA9F
Complementary color
Monochromatic Colors of #CAAA9F
Black with #CAAA9F
Text Example
Text Example
White with #CAAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAA9F; }
p { color: rgb(202,170,159); }
H1.HeaderClassName
{
color: #CAAA9F;
}
.AnyTagClassName
{
color: #CAAA9F;
}
</style>
background-color css
<style>
a { background-color: #CAAA9F; }
a { background-color: rgb(202,170,159); }
div.DivClassName
{
background-color: #CAAA9F;
}
.BgClassName
{
background-color: #CAAA9F;
}
</style>
border-color css
<style>
span { border-color: #CAAA9F; }
span { border-color: rgb(202,170,159); }
td.TdClassName
{
border-color: #CAAA9F;
}
.TagClassName
{
border-color: #CAAA9F;
}
</style>