Shades of Eunry #CCA09C
Tints of Eunry #CCA09C
RGB
CMYK
RGB Variations
Color information
#CCA09C (or 0xCCA09C) is known color: Eunry. HEX triplet: CC, A0 and 9C. RGB value is (204,160,156). Sum of RGB (Red+Green+Blue) = 204+160+156=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA09C is #335F63. Grayscale: #ACACAC. Windows color (decimal): -3366756 or 10264780. OLE color: 10264780.
HSL color Cylindrical-coordinate representation of color #CCA09C: hue angle of 5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA09C is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 156 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.2 |
| HSL | 5º | 0.32% | 0.71% | - |
| HSV(B) | 5º | 0.24% | 0.8% | - |
| XYZ | 43.47 | 40.38 | 36.96 | - |
| YUV | 172.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 156 | 0 | 0.22 | 0.24 | 0.2 | 5 | 0.32 | 0.71 |
| Hex | CC | A0 | 9C | 0 | 16 | 18 | 14 | 5 | 20 | 47 |
| Octal | 314 | 240 | 234 | 0 | 26 | 30 | 24 | 5 | 40 | 107 |
| Binary | 11001100 | 10100000 | 10011100 | 0 | 10110 | 11000 | 10100 | 101 | 100000 | 1000111 |
Color Harmonies of #CCA09C
Complementary color
Monochromatic Colors of #CCA09C
Black with #CCA09C
Text Example
Text Example
White with #CCA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA09C; }
p { color: rgb(204,160,156); }
H1.HeaderClassName
{
color: #CCA09C;
}
.AnyTagClassName
{
color: #CCA09C;
}
</style>
background-color css
<style>
a { background-color: #CCA09C; }
a { background-color: rgb(204,160,156); }
div.DivClassName
{
background-color: #CCA09C;
}
.BgClassName
{
background-color: #CCA09C;
}
</style>
border-color css
<style>
span { border-color: #CCA09C; }
span { border-color: rgb(204,160,156); }
td.TdClassName
{
border-color: #CCA09C;
}
.TagClassName
{
border-color: #CCA09C;
}
</style>