Shades of Eunry #CCA6A2
Tints of Eunry #CCA6A2
RGB
CMYK
RGB Variations
Color information
#CCA6A2 (or 0xCCA6A2) is known color: Eunry. HEX triplet: CC, A6 and A2. RGB value is (204,166,162). Sum of RGB (Red+Green+Blue) = 204+166+162=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA6A2 is #33595D. Grayscale: #B0B0B0. Windows color (decimal): -3365214 or 10659532. OLE color: 10659532.
HSL color Cylindrical-coordinate representation of color #CCA6A2: hue angle of 5.71º degrees, saturation: 0.29, 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 #CCA6A2 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 166 | 162 | - |
CMYK | 0 | 0.19 | 0.21 | 0.2 |
HSL | 5.71º | 0.29% | 0.72% | - |
HSV(B) | 5.71º | 0.21% | 0.8% | - |
XYZ | 45.06 | 42.72 | 40.05 | - |
YUV | 176.91 | 119.59 | 147.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 166 | 162 | 0 | 0.19 | 0.21 | 0.2 | 5.71 | 0.29 | 0.72 |
Hex | CC | A6 | A2 | 0 | 13 | 15 | 14 | 6 | 1D | 48 |
Octal | 314 | 246 | 242 | 0 | 23 | 25 | 24 | 6 | 35 | 110 |
Binary | 11001100 | 10100110 | 10100010 | 0 | 10011 | 10101 | 10100 | 110 | 11101 | 1001000 |
Color Harmonies of #CCA6A2
Complementary color
Monochromatic Colors of #CCA6A2
Black with #CCA6A2
Text Example
Text Example
White with #CCA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6A2; }
p { color: rgb(204,166,162); }
H1.HeaderClassName
{
color: #CCA6A2;
}
.AnyTagClassName
{
color: #CCA6A2;
}
</style>
background-color css
<style>
a { background-color: #CCA6A2; }
a { background-color: rgb(204,166,162); }
div.DivClassName
{
background-color: #CCA6A2;
}
.BgClassName
{
background-color: #CCA6A2;
}
</style>
border-color css
<style>
span { border-color: #CCA6A2; }
span { border-color: rgb(204,166,162); }
td.TdClassName
{
border-color: #CCA6A2;
}
.TagClassName
{
border-color: #CCA6A2;
}
</style>