Shades of Tacha #CCC464
Tints of Tacha #CCC464
RGB
CMYK
RGB Variations
Color information
#CCC464 (or 0xCCC464) is known color: Tacha. HEX triplet: CC, C4 and 64. RGB value is (204,196,100). Sum of RGB (Red+Green+Blue) = 204+196+100=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC464 is #333B9B. Grayscale: #BBBBBB. Windows color (decimal): -3357596 or 6603980. OLE color: 6603980.
HSL color Cylindrical-coordinate representation of color #CCC464: hue angle of 55.38º 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 #CCC464 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 100 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.2 |
| HSL | 55.38º | 0.5% | 0.6% | - |
| HSV(B) | 55.38º | 0.51% | 0.8% | - |
| XYZ | 46.94 | 53.24 | 19.86 | - |
| YUV | 187.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 100 | 0 | 0.04 | 0.51 | 0.2 | 55.38 | 0.5 | 0.6 |
| Hex | CC | C4 | 64 | 0 | 4 | 33 | 14 | 37 | 32 | 3C |
| Octal | 314 | 304 | 144 | 0 | 4 | 63 | 24 | 67 | 62 | 74 |
| Binary | 11001100 | 11000100 | 1100100 | 0 | 100 | 110011 | 10100 | 110111 | 110010 | 111100 |
Color Harmonies of #CCC464
Complementary color
Monochromatic Colors of #CCC464
Black with #CCC464
Text Example
Text Example
White with #CCC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC464; }
p { color: rgb(204,196,100); }
H1.HeaderClassName
{
color: #CCC464;
}
.AnyTagClassName
{
color: #CCC464;
}
</style>
background-color css
<style>
a { background-color: #CCC464; }
a { background-color: rgb(204,196,100); }
div.DivClassName
{
background-color: #CCC464;
}
.BgClassName
{
background-color: #CCC464;
}
</style>
border-color css
<style>
span { border-color: #CCC464; }
span { border-color: rgb(204,196,100); }
td.TdClassName
{
border-color: #CCC464;
}
.TagClassName
{
border-color: #CCC464;
}
</style>