Shades of Eunry #CCABA6
Tints of Eunry #CCABA6
RGB
CMYK
RGB Variations
Color information
#CCABA6 (or 0xCCABA6) is known color: Eunry. HEX triplet: CC, AB and A6. RGB value is (204,171,166). Sum of RGB (Red+Green+Blue) = 204+171+166=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABA6 is #335459. Grayscale: #B4B4B4. Windows color (decimal): -3363930 or 10922956. OLE color: 10922956.
HSL color Cylindrical-coordinate representation of color #CCABA6: hue angle of 7.89º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCABA6 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 166 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.2 |
| HSL | 7.89º | 0.27% | 0.73% | - |
| HSV(B) | 7.89º | 0.19% | 0.8% | - |
| XYZ | 46.35 | 44.72 | 42.26 | - |
| YUV | 180.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 166 | 0 | 0.16 | 0.19 | 0.2 | 7.89 | 0.27 | 0.73 |
| Hex | CC | AB | A6 | 0 | 10 | 13 | 14 | 8 | 1B | 49 |
| Octal | 314 | 253 | 246 | 0 | 20 | 23 | 24 | 10 | 33 | 111 |
| Binary | 11001100 | 10101011 | 10100110 | 0 | 10000 | 10011 | 10100 | 1000 | 11011 | 1001001 |
Color Harmonies of #CCABA6
Complementary color
Monochromatic Colors of #CCABA6
Black with #CCABA6
Text Example
Text Example
White with #CCABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABA6; }
p { color: rgb(204,171,166); }
H1.HeaderClassName
{
color: #CCABA6;
}
.AnyTagClassName
{
color: #CCABA6;
}
</style>
background-color css
<style>
a { background-color: #CCABA6; }
a { background-color: rgb(204,171,166); }
div.DivClassName
{
background-color: #CCABA6;
}
.BgClassName
{
background-color: #CCABA6;
}
</style>
border-color css
<style>
span { border-color: #CCABA6; }
span { border-color: rgb(204,171,166); }
td.TdClassName
{
border-color: #CCABA6;
}
.TagClassName
{
border-color: #CCABA6;
}
</style>