Shades of Eunry #CCACA1
Tints of Eunry #CCACA1
RGB
CMYK
RGB Variations
Color information
#CCACA1 (or 0xCCACA1) is known color: Eunry. HEX triplet: CC, AC and A1. RGB value is (204,172,161). Sum of RGB (Red+Green+Blue) = 204+172+161=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACA1 is #33535E. Grayscale: #B4B4B4. Windows color (decimal): -3363679 or 10595532. OLE color: 10595532.
HSL color Cylindrical-coordinate representation of color #CCACA1: hue angle of 15.35º 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 #CCACA1 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 161 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.2 |
| HSL | 15.35º | 0.3% | 0.72% | - |
| HSV(B) | 15.35º | 0.21% | 0.8% | - |
| XYZ | 46.09 | 44.92 | 39.96 | - |
| YUV | 180.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 161 | 0 | 0.16 | 0.21 | 0.2 | 15.35 | 0.3 | 0.72 |
| Hex | CC | AC | A1 | 0 | 10 | 15 | 14 | F | 1E | 48 |
| Octal | 314 | 254 | 241 | 0 | 20 | 25 | 24 | 17 | 36 | 110 |
| Binary | 11001100 | 10101100 | 10100001 | 0 | 10000 | 10101 | 10100 | 1111 | 11110 | 1001000 |
Color Harmonies of #CCACA1
Complementary color
Monochromatic Colors of #CCACA1
Black with #CCACA1
Text Example
Text Example
White with #CCACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACA1; }
p { color: rgb(204,172,161); }
H1.HeaderClassName
{
color: #CCACA1;
}
.AnyTagClassName
{
color: #CCACA1;
}
</style>
background-color css
<style>
a { background-color: #CCACA1; }
a { background-color: rgb(204,172,161); }
div.DivClassName
{
background-color: #CCACA1;
}
.BgClassName
{
background-color: #CCACA1;
}
</style>
border-color css
<style>
span { border-color: #CCACA1; }
span { border-color: rgb(204,172,161); }
td.TdClassName
{
border-color: #CCACA1;
}
.TagClassName
{
border-color: #CCACA1;
}
</style>