Shades of Eunry #CCA7A1
Tints of Eunry #CCA7A1
RGB
CMYK
RGB Variations
Color information
#CCA7A1 (or 0xCCA7A1) is known color: Eunry. HEX triplet: CC, A7 and A1. RGB value is (204,167,161). Sum of RGB (Red+Green+Blue) = 204+167+161=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA7A1 is #33585E. Grayscale: #B1B1B1. Windows color (decimal): -3364959 or 10594252. OLE color: 10594252.
HSL color Cylindrical-coordinate representation of color #CCA7A1: hue angle of 8.37º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA7A1 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 161 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.2 |
| HSL | 8.37º | 0.3% | 0.72% | - |
| HSV(B) | 8.37º | 0.21% | 0.8% | - |
| XYZ | 45.15 | 43.05 | 39.65 | - |
| YUV | 177.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 161 | 0 | 0.18 | 0.21 | 0.2 | 8.37 | 0.3 | 0.72 |
| Hex | CC | A7 | A1 | 0 | 12 | 15 | 14 | 8 | 1E | 48 |
| Octal | 314 | 247 | 241 | 0 | 22 | 25 | 24 | 10 | 36 | 110 |
| Binary | 11001100 | 10100111 | 10100001 | 0 | 10010 | 10101 | 10100 | 1000 | 11110 | 1001000 |
Color Harmonies of #CCA7A1
Complementary color
Monochromatic Colors of #CCA7A1
Black with #CCA7A1
Text Example
Text Example
White with #CCA7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA7A1; }
p { color: rgb(204,167,161); }
H1.HeaderClassName
{
color: #CCA7A1;
}
.AnyTagClassName
{
color: #CCA7A1;
}
</style>
background-color css
<style>
a { background-color: #CCA7A1; }
a { background-color: rgb(204,167,161); }
div.DivClassName
{
background-color: #CCA7A1;
}
.BgClassName
{
background-color: #CCA7A1;
}
</style>
border-color css
<style>
span { border-color: #CCA7A1; }
span { border-color: rgb(204,167,161); }
td.TdClassName
{
border-color: #CCA7A1;
}
.TagClassName
{
border-color: #CCA7A1;
}
</style>