Shades of Eunry #CCAA9C
Tints of Eunry #CCAA9C
RGB
CMYK
RGB Variations
Color information
#CCAA9C (or 0xCCAA9C) is known color: Eunry. HEX triplet: CC, AA and 9C. RGB value is (204,170,156). Sum of RGB (Red+Green+Blue) = 204+170+156=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA9C is #335563. Grayscale: #B2B2B2. Windows color (decimal): -3364196 or 10267340. OLE color: 10267340.
HSL color Cylindrical-coordinate representation of color #CCAA9C: hue angle of 17.5º 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 #CCAA9C is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 156 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.2 |
| HSL | 17.5º | 0.32% | 0.71% | - |
| HSV(B) | 17.5º | 0.24% | 0.8% | - |
| XYZ | 45.28 | 43.99 | 37.56 | - |
| YUV | 178.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 156 | 0 | 0.17 | 0.24 | 0.2 | 17.5 | 0.32 | 0.71 |
| Hex | CC | AA | 9C | 0 | 11 | 18 | 14 | 12 | 20 | 47 |
| Octal | 314 | 252 | 234 | 0 | 21 | 30 | 24 | 22 | 40 | 107 |
| Binary | 11001100 | 10101010 | 10011100 | 0 | 10001 | 11000 | 10100 | 10010 | 100000 | 1000111 |
Color Harmonies of #CCAA9C
Complementary color
Monochromatic Colors of #CCAA9C
Black with #CCAA9C
Text Example
Text Example
White with #CCAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA9C; }
p { color: rgb(204,170,156); }
H1.HeaderClassName
{
color: #CCAA9C;
}
.AnyTagClassName
{
color: #CCAA9C;
}
</style>
background-color css
<style>
a { background-color: #CCAA9C; }
a { background-color: rgb(204,170,156); }
div.DivClassName
{
background-color: #CCAA9C;
}
.BgClassName
{
background-color: #CCAA9C;
}
</style>
border-color css
<style>
span { border-color: #CCAA9C; }
span { border-color: rgb(204,170,156); }
td.TdClassName
{
border-color: #CCAA9C;
}
.TagClassName
{
border-color: #CCAA9C;
}
</style>