Shades of Tacha #CCC564
Tints of Tacha #CCC564
RGB
CMYK
RGB Variations
Color information
#CCC564 (or 0xCCC564) is known color: Tacha. HEX triplet: CC, C5 and 64. RGB value is (204,197,100). Sum of RGB (Red+Green+Blue) = 204+197+100=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC564 is #333A9B. Grayscale: #BCBCBC. Windows color (decimal): -3357340 or 6604236. OLE color: 6604236.
HSL color Cylindrical-coordinate representation of color #CCC564: hue angle of 55.96º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCC564 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 100 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.2 |
| HSL | 55.96º | 0.5% | 0.6% | - |
| HSV(B) | 55.96º | 0.51% | 0.8% | - |
| XYZ | 47.17 | 53.69 | 19.93 | - |
| YUV | 188.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 100 | 0 | 0.03 | 0.51 | 0.2 | 55.96 | 0.5 | 0.6 |
| Hex | CC | C5 | 64 | 0 | 3 | 33 | 14 | 38 | 32 | 3C |
| Octal | 314 | 305 | 144 | 0 | 3 | 63 | 24 | 70 | 62 | 74 |
| Binary | 11001100 | 11000101 | 1100100 | 0 | 11 | 110011 | 10100 | 111000 | 110010 | 111100 |
Color Harmonies of #CCC564
Complementary color
Monochromatic Colors of #CCC564
Black with #CCC564
Text Example
Text Example
White with #CCC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC564; }
p { color: rgb(204,197,100); }
H1.HeaderClassName
{
color: #CCC564;
}
.AnyTagClassName
{
color: #CCC564;
}
</style>
background-color css
<style>
a { background-color: #CCC564; }
a { background-color: rgb(204,197,100); }
div.DivClassName
{
background-color: #CCC564;
}
.BgClassName
{
background-color: #CCC564;
}
</style>
border-color css
<style>
span { border-color: #CCC564; }
span { border-color: rgb(204,197,100); }
td.TdClassName
{
border-color: #CCC564;
}
.TagClassName
{
border-color: #CCC564;
}
</style>