Shades of Eunry #CCAB9C
Tints of Eunry #CCAB9C
RGB
CMYK
RGB Variations
Color information
#CCAB9C (or 0xCCAB9C) is known color: Eunry. HEX triplet: CC, AB and 9C. RGB value is (204,171,156). Sum of RGB (Red+Green+Blue) = 204+171+156=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB9C is #335463. Grayscale: #B3B3B3. Windows color (decimal): -3363940 or 10267596. OLE color: 10267596.
HSL color Cylindrical-coordinate representation of color #CCAB9C: hue angle of 18.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 #CCAB9C is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 156 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.2 |
| HSL | 18.75º | 0.32% | 0.71% | - |
| HSV(B) | 18.75º | 0.24% | 0.8% | - |
| XYZ | 45.47 | 44.36 | 37.62 | - |
| YUV | 179.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 156 | 0 | 0.16 | 0.24 | 0.2 | 18.75 | 0.32 | 0.71 |
| Hex | CC | AB | 9C | 0 | 10 | 18 | 14 | 13 | 20 | 47 |
| Octal | 314 | 253 | 234 | 0 | 20 | 30 | 24 | 23 | 40 | 107 |
| Binary | 11001100 | 10101011 | 10011100 | 0 | 10000 | 11000 | 10100 | 10011 | 100000 | 1000111 |
Color Harmonies of #CCAB9C
Complementary color
Monochromatic Colors of #CCAB9C
Black with #CCAB9C
Text Example
Text Example
White with #CCAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB9C; }
p { color: rgb(204,171,156); }
H1.HeaderClassName
{
color: #CCAB9C;
}
.AnyTagClassName
{
color: #CCAB9C;
}
</style>
background-color css
<style>
a { background-color: #CCAB9C; }
a { background-color: rgb(204,171,156); }
div.DivClassName
{
background-color: #CCAB9C;
}
.BgClassName
{
background-color: #CCAB9C;
}
</style>
border-color css
<style>
span { border-color: #CCAB9C; }
span { border-color: rgb(204,171,156); }
td.TdClassName
{
border-color: #CCAB9C;
}
.TagClassName
{
border-color: #CCAB9C;
}
</style>