Shades of Eunry #CCABA0
Tints of Eunry #CCABA0
RGB
CMYK
RGB Variations
Color information
#CCABA0 (or 0xCCABA0) is known color: Eunry. HEX triplet: CC, AB and A0. RGB value is (204,171,160). Sum of RGB (Red+Green+Blue) = 204+171+160=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABA0 is #33545F. Grayscale: #B3B3B3. Windows color (decimal): -3363936 or 10529740. OLE color: 10529740.
HSL color Cylindrical-coordinate representation of color #CCABA0: hue angle of 15º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCABA0 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 160 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.2 |
| HSL | 15º | 0.3% | 0.71% | - |
| HSV(B) | 15º | 0.22% | 0.8% | - |
| XYZ | 45.81 | 44.5 | 39.43 | - |
| YUV | 179.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 160 | 0 | 0.16 | 0.22 | 0.2 | 15 | 0.3 | 0.71 |
| Hex | CC | AB | A0 | 0 | 10 | 16 | 14 | F | 1E | 47 |
| Octal | 314 | 253 | 240 | 0 | 20 | 26 | 24 | 17 | 36 | 107 |
| Binary | 11001100 | 10101011 | 10100000 | 0 | 10000 | 10110 | 10100 | 1111 | 11110 | 1000111 |
Color Harmonies of #CCABA0
Complementary color
Monochromatic Colors of #CCABA0
Black with #CCABA0
Text Example
Text Example
White with #CCABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABA0; }
p { color: rgb(204,171,160); }
H1.HeaderClassName
{
color: #CCABA0;
}
.AnyTagClassName
{
color: #CCABA0;
}
</style>
background-color css
<style>
a { background-color: #CCABA0; }
a { background-color: rgb(204,171,160); }
div.DivClassName
{
background-color: #CCABA0;
}
.BgClassName
{
background-color: #CCABA0;
}
</style>
border-color css
<style>
span { border-color: #CCABA0; }
span { border-color: rgb(204,171,160); }
td.TdClassName
{
border-color: #CCABA0;
}
.TagClassName
{
border-color: #CCABA0;
}
</style>