Shades of Eunry #CCA39C
Tints of Eunry #CCA39C
RGB
CMYK
RGB Variations
Color information
#CCA39C (or 0xCCA39C) is known color: Eunry. HEX triplet: CC, A3 and 9C. RGB value is (204,163,156). Sum of RGB (Red+Green+Blue) = 204+163+156=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA39C is #335C63. Grayscale: #AEAEAE. Windows color (decimal): -3365988 or 10265548. OLE color: 10265548.
HSL color Cylindrical-coordinate representation of color #CCA39C: hue angle of 8.75º 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 #CCA39C is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 156 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.2 |
| HSL | 8.75º | 0.32% | 0.71% | - |
| HSV(B) | 8.75º | 0.24% | 0.8% | - |
| XYZ | 44 | 41.43 | 37.13 | - |
| YUV | 174.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 156 | 0 | 0.20 | 0.24 | 0.2 | 8.75 | 0.32 | 0.71 |
| Hex | CC | A3 | 9C | 0 | 14 | 18 | 14 | 9 | 20 | 47 |
| Octal | 314 | 243 | 234 | 0 | 24 | 30 | 24 | 11 | 40 | 107 |
| Binary | 11001100 | 10100011 | 10011100 | 0 | 10100 | 11000 | 10100 | 1001 | 100000 | 1000111 |
Color Harmonies of #CCA39C
Complementary color
Monochromatic Colors of #CCA39C
Black with #CCA39C
Text Example
Text Example
White with #CCA39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA39C; }
p { color: rgb(204,163,156); }
H1.HeaderClassName
{
color: #CCA39C;
}
.AnyTagClassName
{
color: #CCA39C;
}
</style>
background-color css
<style>
a { background-color: #CCA39C; }
a { background-color: rgb(204,163,156); }
div.DivClassName
{
background-color: #CCA39C;
}
.BgClassName
{
background-color: #CCA39C;
}
</style>
border-color css
<style>
span { border-color: #CCA39C; }
span { border-color: rgb(204,163,156); }
td.TdClassName
{
border-color: #CCA39C;
}
.TagClassName
{
border-color: #CCA39C;
}
</style>