Shades of Eunry #CCA6A1
Tints of Eunry #CCA6A1
RGB
CMYK
RGB Variations
Color information
#CCA6A1 (or 0xCCA6A1) is known color: Eunry. HEX triplet: CC, A6 and A1. RGB value is (204,166,161). Sum of RGB (Red+Green+Blue) = 204+166+161=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA6A1 is #33595E. Grayscale: #B0B0B0. Windows color (decimal): -3365215 or 10593996. OLE color: 10593996.
HSL color Cylindrical-coordinate representation of color #CCA6A1: hue angle of 6.98º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA6A1 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 161 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.2 |
| HSL | 6.98º | 0.3% | 0.72% | - |
| HSV(B) | 6.98º | 0.21% | 0.8% | - |
| XYZ | 44.97 | 42.68 | 39.59 | - |
| YUV | 176.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 161 | 0 | 0.19 | 0.21 | 0.2 | 6.98 | 0.3 | 0.72 |
| Hex | CC | A6 | A1 | 0 | 13 | 15 | 14 | 7 | 1E | 48 |
| Octal | 314 | 246 | 241 | 0 | 23 | 25 | 24 | 7 | 36 | 110 |
| Binary | 11001100 | 10100110 | 10100001 | 0 | 10011 | 10101 | 10100 | 111 | 11110 | 1001000 |
Color Harmonies of #CCA6A1
Complementary color
Monochromatic Colors of #CCA6A1
Black with #CCA6A1
Text Example
Text Example
White with #CCA6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6A1; }
p { color: rgb(204,166,161); }
H1.HeaderClassName
{
color: #CCA6A1;
}
.AnyTagClassName
{
color: #CCA6A1;
}
</style>
background-color css
<style>
a { background-color: #CCA6A1; }
a { background-color: rgb(204,166,161); }
div.DivClassName
{
background-color: #CCA6A1;
}
.BgClassName
{
background-color: #CCA6A1;
}
</style>
border-color css
<style>
span { border-color: #CCA6A1; }
span { border-color: rgb(204,166,161); }
td.TdClassName
{
border-color: #CCA6A1;
}
.TagClassName
{
border-color: #CCA6A1;
}
</style>