Shades of Eunry #CCA7A3
Tints of Eunry #CCA7A3
RGB
CMYK
RGB Variations
Color information
#CCA7A3 (or 0xCCA7A3) is known color: Eunry. HEX triplet: CC, A7 and A3. RGB value is (204,167,163). Sum of RGB (Red+Green+Blue) = 204+167+163=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA7A3 is #33585C. Grayscale: #B1B1B1. Windows color (decimal): -3364957 or 10725324. OLE color: 10725324.
HSL color Cylindrical-coordinate representation of color #CCA7A3: hue angle of 5.85º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA7A3 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 163 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.2 |
| HSL | 5.85º | 0.29% | 0.72% | - |
| HSV(B) | 5.85º | 0.2% | 0.8% | - |
| XYZ | 45.33 | 43.12 | 40.58 | - |
| YUV | 177.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 163 | 0 | 0.18 | 0.20 | 0.2 | 5.85 | 0.29 | 0.72 |
| Hex | CC | A7 | A3 | 0 | 12 | 14 | 14 | 6 | 1D | 48 |
| Octal | 314 | 247 | 243 | 0 | 22 | 24 | 24 | 6 | 35 | 110 |
| Binary | 11001100 | 10100111 | 10100011 | 0 | 10010 | 10100 | 10100 | 110 | 11101 | 1001000 |
Color Harmonies of #CCA7A3
Complementary color
Monochromatic Colors of #CCA7A3
Black with #CCA7A3
Text Example
Text Example
White with #CCA7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA7A3; }
p { color: rgb(204,167,163); }
H1.HeaderClassName
{
color: #CCA7A3;
}
.AnyTagClassName
{
color: #CCA7A3;
}
</style>
background-color css
<style>
a { background-color: #CCA7A3; }
a { background-color: rgb(204,167,163); }
div.DivClassName
{
background-color: #CCA7A3;
}
.BgClassName
{
background-color: #CCA7A3;
}
</style>
border-color css
<style>
span { border-color: #CCA7A3; }
span { border-color: rgb(204,167,163); }
td.TdClassName
{
border-color: #CCA7A3;
}
.TagClassName
{
border-color: #CCA7A3;
}
</style>