Shades of Eunry #CCA896
Tints of Eunry #CCA896
RGB
CMYK
RGB Variations
Color information
#CCA896 (or 0xCCA896) is known color: Eunry. HEX triplet: CC, A8 and 96. RGB value is (204,168,150). Sum of RGB (Red+Green+Blue) = 204+168+150=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA896 is #335769. Grayscale: #B0B0B0. Windows color (decimal): -3364714 or 9873612. OLE color: 9873612.
HSL color Cylindrical-coordinate representation of color #CCA896: hue angle of 20º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA896 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 150 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.2 |
| HSL | 20º | 0.35% | 0.69% | - |
| HSV(B) | 20º | 0.26% | 0.8% | - |
| XYZ | 44.41 | 43.04 | 34.82 | - |
| YUV | 176.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 150 | 0 | 0.18 | 0.26 | 0.2 | 20 | 0.35 | 0.69 |
| Hex | CC | A8 | 96 | 0 | 12 | 1A | 14 | 14 | 23 | 45 |
| Octal | 314 | 250 | 226 | 0 | 22 | 32 | 24 | 24 | 43 | 105 |
| Binary | 11001100 | 10101000 | 10010110 | 0 | 10010 | 11010 | 10100 | 10100 | 100011 | 1000101 |
Color Harmonies of #CCA896
Complementary color
Monochromatic Colors of #CCA896
Black with #CCA896
Text Example
Text Example
White with #CCA896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA896; }
p { color: rgb(204,168,150); }
H1.HeaderClassName
{
color: #CCA896;
}
.AnyTagClassName
{
color: #CCA896;
}
</style>
background-color css
<style>
a { background-color: #CCA896; }
a { background-color: rgb(204,168,150); }
div.DivClassName
{
background-color: #CCA896;
}
.BgClassName
{
background-color: #CCA896;
}
</style>
border-color css
<style>
span { border-color: #CCA896; }
span { border-color: rgb(204,168,150); }
td.TdClassName
{
border-color: #CCA896;
}
.TagClassName
{
border-color: #CCA896;
}
</style>