Shades of Eunry #CCA49C
Tints of Eunry #CCA49C
RGB
CMYK
RGB Variations
Color information
#CCA49C (or 0xCCA49C) is known color: Eunry. HEX triplet: CC, A4 and 9C. RGB value is (204,164,156). Sum of RGB (Red+Green+Blue) = 204+164+156=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA49C is #335B63. Grayscale: #AFAFAF. Windows color (decimal): -3365732 or 10265804. OLE color: 10265804.
HSL color Cylindrical-coordinate representation of color #CCA49C: hue angle of 10º 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 #CCA49C is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 156 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.2 |
| HSL | 10º | 0.32% | 0.71% | - |
| HSV(B) | 10º | 0.24% | 0.8% | - |
| XYZ | 44.18 | 41.79 | 37.19 | - |
| YUV | 175.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 156 | 0 | 0.20 | 0.24 | 0.2 | 10 | 0.32 | 0.71 |
| Hex | CC | A4 | 9C | 0 | 14 | 18 | 14 | A | 20 | 47 |
| Octal | 314 | 244 | 234 | 0 | 24 | 30 | 24 | 12 | 40 | 107 |
| Binary | 11001100 | 10100100 | 10011100 | 0 | 10100 | 11000 | 10100 | 1010 | 100000 | 1000111 |
Color Harmonies of #CCA49C
Complementary color
Monochromatic Colors of #CCA49C
Black with #CCA49C
Text Example
Text Example
White with #CCA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA49C; }
p { color: rgb(204,164,156); }
H1.HeaderClassName
{
color: #CCA49C;
}
.AnyTagClassName
{
color: #CCA49C;
}
</style>
background-color css
<style>
a { background-color: #CCA49C; }
a { background-color: rgb(204,164,156); }
div.DivClassName
{
background-color: #CCA49C;
}
.BgClassName
{
background-color: #CCA49C;
}
</style>
border-color css
<style>
span { border-color: #CCA49C; }
span { border-color: rgb(204,164,156); }
td.TdClassName
{
border-color: #CCA49C;
}
.TagClassName
{
border-color: #CCA49C;
}
</style>