Shades of Eunry #CAABA4
Tints of Eunry #CAABA4
RGB
CMYK
RGB Variations
Color information
#CAABA4 (or 0xCAABA4) is known color: Eunry. HEX triplet: CA, AB and A4. RGB value is (202,171,164). Sum of RGB (Red+Green+Blue) = 202+171+164=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABA4 is #35545B. Grayscale: #B3B3B3. Windows color (decimal): -3495004 or 10791882. OLE color: 10791882.
HSL color Cylindrical-coordinate representation of color #CAABA4: hue angle of 11.05º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAABA4 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 171 | 164 | - |
CMYK | 0 | 0.15 | 0.19 | 0.21 |
HSL | 11.05º | 0.26% | 0.72% | - |
HSV(B) | 11.05º | 0.19% | 0.79% | - |
XYZ | 45.62 | 44.36 | 41.28 | - |
YUV | 179.47 | 119.27 | 144.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 171 | 164 | 0 | 0.15 | 0.19 | 0.21 | 11.05 | 0.26 | 0.72 |
Hex | CA | AB | A4 | 0 | F | 13 | 15 | B | 1A | 48 |
Octal | 312 | 253 | 244 | 0 | 17 | 23 | 25 | 13 | 32 | 110 |
Binary | 11001010 | 10101011 | 10100100 | 0 | 1111 | 10011 | 10101 | 1011 | 11010 | 1001000 |
Color Harmonies of #CAABA4
Complementary color
Monochromatic Colors of #CAABA4
Black with #CAABA4
Text Example
Text Example
White with #CAABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABA4; }
p { color: rgb(202,171,164); }
H1.HeaderClassName
{
color: #CAABA4;
}
.AnyTagClassName
{
color: #CAABA4;
}
</style>
background-color css
<style>
a { background-color: #CAABA4; }
a { background-color: rgb(202,171,164); }
div.DivClassName
{
background-color: #CAABA4;
}
.BgClassName
{
background-color: #CAABA4;
}
</style>
border-color css
<style>
span { border-color: #CAABA4; }
span { border-color: rgb(202,171,164); }
td.TdClassName
{
border-color: #CAABA4;
}
.TagClassName
{
border-color: #CAABA4;
}
</style>