Shades of Eunry #CCA19C
Tints of Eunry #CCA19C
RGB
CMYK
RGB Variations
Color information
#CCA19C (or 0xCCA19C) is known color: Eunry. HEX triplet: CC, A1 and 9C. RGB value is (204,161,156). Sum of RGB (Red+Green+Blue) = 204+161+156=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA19C is #335E63. Grayscale: #ADADAD. Windows color (decimal): -3366500 or 10265036. OLE color: 10265036.
HSL color Cylindrical-coordinate representation of color #CCA19C: hue angle of 6.25º 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 #CCA19C is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 156 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.2 |
| HSL | 6.25º | 0.32% | 0.71% | - |
| HSV(B) | 6.25º | 0.24% | 0.8% | - |
| XYZ | 43.65 | 40.73 | 37.01 | - |
| YUV | 173.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 156 | 0 | 0.21 | 0.24 | 0.2 | 6.25 | 0.32 | 0.71 |
| Hex | CC | A1 | 9C | 0 | 15 | 18 | 14 | 6 | 20 | 47 |
| Octal | 314 | 241 | 234 | 0 | 25 | 30 | 24 | 6 | 40 | 107 |
| Binary | 11001100 | 10100001 | 10011100 | 0 | 10101 | 11000 | 10100 | 110 | 100000 | 1000111 |
Color Harmonies of #CCA19C
Complementary color
Monochromatic Colors of #CCA19C
Black with #CCA19C
Text Example
Text Example
White with #CCA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA19C; }
p { color: rgb(204,161,156); }
H1.HeaderClassName
{
color: #CCA19C;
}
.AnyTagClassName
{
color: #CCA19C;
}
</style>
background-color css
<style>
a { background-color: #CCA19C; }
a { background-color: rgb(204,161,156); }
div.DivClassName
{
background-color: #CCA19C;
}
.BgClassName
{
background-color: #CCA19C;
}
</style>
border-color css
<style>
span { border-color: #CCA19C; }
span { border-color: rgb(204,161,156); }
td.TdClassName
{
border-color: #CCA19C;
}
.TagClassName
{
border-color: #CCA19C;
}
</style>