Shades of Eunry #CCA3A0
Tints of Eunry #CCA3A0
RGB
CMYK
RGB Variations
Color information
#CCA3A0 (or 0xCCA3A0) is known color: Eunry. HEX triplet: CC, A3 and A0. RGB value is (204,163,160). Sum of RGB (Red+Green+Blue) = 204+163+160=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA3A0 is #335C5F. Grayscale: #AEAEAE. Windows color (decimal): -3365984 or 10527692. OLE color: 10527692.
HSL color Cylindrical-coordinate representation of color #CCA3A0: hue angle of 4.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA3A0 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 160 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.2 |
| HSL | 4.09º | 0.3% | 0.71% | - |
| HSV(B) | 4.09º | 0.22% | 0.8% | - |
| XYZ | 44.34 | 41.57 | 38.94 | - |
| YUV | 174.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 160 | 0 | 0.20 | 0.22 | 0.2 | 4.09 | 0.3 | 0.71 |
| Hex | CC | A3 | A0 | 0 | 14 | 16 | 14 | 4 | 1E | 47 |
| Octal | 314 | 243 | 240 | 0 | 24 | 26 | 24 | 4 | 36 | 107 |
| Binary | 11001100 | 10100011 | 10100000 | 0 | 10100 | 10110 | 10100 | 100 | 11110 | 1000111 |
Color Harmonies of #CCA3A0
Complementary color
Monochromatic Colors of #CCA3A0
Black with #CCA3A0
Text Example
Text Example
White with #CCA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3A0; }
p { color: rgb(204,163,160); }
H1.HeaderClassName
{
color: #CCA3A0;
}
.AnyTagClassName
{
color: #CCA3A0;
}
</style>
background-color css
<style>
a { background-color: #CCA3A0; }
a { background-color: rgb(204,163,160); }
div.DivClassName
{
background-color: #CCA3A0;
}
.BgClassName
{
background-color: #CCA3A0;
}
</style>
border-color css
<style>
span { border-color: #CCA3A0; }
span { border-color: rgb(204,163,160); }
td.TdClassName
{
border-color: #CCA3A0;
}
.TagClassName
{
border-color: #CCA3A0;
}
</style>