Shades of Eunry #CCA29C
Tints of Eunry #CCA29C
RGB
CMYK
RGB Variations
Color information
#CCA29C (or 0xCCA29C) is known color: Eunry. HEX triplet: CC, A2 and 9C. RGB value is (204,162,156). Sum of RGB (Red+Green+Blue) = 204+162+156=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA29C is #335D63. Grayscale: #ADADAD. Windows color (decimal): -3366244 or 10265292. OLE color: 10265292.
HSL color Cylindrical-coordinate representation of color #CCA29C: hue angle of 7.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 #CCA29C is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 156 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.2 |
| HSL | 7.5º | 0.32% | 0.71% | - |
| HSV(B) | 7.5º | 0.24% | 0.8% | - |
| XYZ | 43.82 | 41.08 | 37.07 | - |
| YUV | 173.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 156 | 0 | 0.21 | 0.24 | 0.2 | 7.5 | 0.32 | 0.71 |
| Hex | CC | A2 | 9C | 0 | 15 | 18 | 14 | 8 | 20 | 47 |
| Octal | 314 | 242 | 234 | 0 | 25 | 30 | 24 | 10 | 40 | 107 |
| Binary | 11001100 | 10100010 | 10011100 | 0 | 10101 | 11000 | 10100 | 1000 | 100000 | 1000111 |
Color Harmonies of #CCA29C
Complementary color
Monochromatic Colors of #CCA29C
Black with #CCA29C
Text Example
Text Example
White with #CCA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA29C; }
p { color: rgb(204,162,156); }
H1.HeaderClassName
{
color: #CCA29C;
}
.AnyTagClassName
{
color: #CCA29C;
}
</style>
background-color css
<style>
a { background-color: #CCA29C; }
a { background-color: rgb(204,162,156); }
div.DivClassName
{
background-color: #CCA29C;
}
.BgClassName
{
background-color: #CCA29C;
}
</style>
border-color css
<style>
span { border-color: #CCA29C; }
span { border-color: rgb(204,162,156); }
td.TdClassName
{
border-color: #CCA29C;
}
.TagClassName
{
border-color: #CCA29C;
}
</style>