Shades of Eunry #CCACA2
Tints of Eunry #CCACA2
RGB
CMYK
RGB Variations
Color information
#CCACA2 (or 0xCCACA2) is known color: Eunry. HEX triplet: CC, AC and A2. RGB value is (204,172,162). Sum of RGB (Red+Green+Blue) = 204+172+162=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACA2 is #33535D. Grayscale: #B4B4B4. Windows color (decimal): -3363678 or 10661068. OLE color: 10661068.
HSL color Cylindrical-coordinate representation of color #CCACA2: hue angle of 14.29º 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 #CCACA2 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 172 | 162 | - |
CMYK | 0 | 0.16 | 0.21 | 0.2 |
HSL | 14.29º | 0.29% | 0.72% | - |
HSV(B) | 14.29º | 0.21% | 0.8% | - |
XYZ | 46.18 | 44.95 | 40.43 | - |
YUV | 180.43 | 117.6 | 144.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 172 | 162 | 0 | 0.16 | 0.21 | 0.2 | 14.29 | 0.29 | 0.72 |
Hex | CC | AC | A2 | 0 | 10 | 15 | 14 | E | 1D | 48 |
Octal | 314 | 254 | 242 | 0 | 20 | 25 | 24 | 16 | 35 | 110 |
Binary | 11001100 | 10101100 | 10100010 | 0 | 10000 | 10101 | 10100 | 1110 | 11101 | 1001000 |
Color Harmonies of #CCACA2
Complementary color
Monochromatic Colors of #CCACA2
Black with #CCACA2
Text Example
Text Example
White with #CCACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACA2; }
p { color: rgb(204,172,162); }
H1.HeaderClassName
{
color: #CCACA2;
}
.AnyTagClassName
{
color: #CCACA2;
}
</style>
background-color css
<style>
a { background-color: #CCACA2; }
a { background-color: rgb(204,172,162); }
div.DivClassName
{
background-color: #CCACA2;
}
.BgClassName
{
background-color: #CCACA2;
}
</style>
border-color css
<style>
span { border-color: #CCACA2; }
span { border-color: rgb(204,172,162); }
td.TdClassName
{
border-color: #CCACA2;
}
.TagClassName
{
border-color: #CCACA2;
}
</style>