Shades of Tacha #CCC45E
Tints of Tacha #CCC45E
RGB
CMYK
RGB Variations
Color information
#CCC45E (or 0xCCC45E) is known color: Tacha. HEX triplet: CC, C4 and 5E. RGB value is (204,196,94). Sum of RGB (Red+Green+Blue) = 204+196+94=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC45E is #333BA1. Grayscale: #BBBBBB. Windows color (decimal): -3357602 or 6210764. OLE color: 6210764.
HSL color Cylindrical-coordinate representation of color #CCC45E: hue angle of 55.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCC45E is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 94 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.2 |
| HSL | 55.64º | 0.52% | 0.58% | - |
| HSV(B) | 55.64º | 0.54% | 0.8% | - |
| XYZ | 46.66 | 53.13 | 18.38 | - |
| YUV | 186.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 94 | 0 | 0.04 | 0.54 | 0.2 | 55.64 | 0.52 | 0.58 |
| Hex | CC | C4 | 5E | 0 | 4 | 36 | 14 | 38 | 34 | 3A |
| Octal | 314 | 304 | 136 | 0 | 4 | 66 | 24 | 70 | 64 | 72 |
| Binary | 11001100 | 11000100 | 1011110 | 0 | 100 | 110110 | 10100 | 111000 | 110100 | 111010 |
Color Harmonies of #CCC45E
Complementary color
Monochromatic Colors of #CCC45E
Black with #CCC45E
Text Example
Text Example
White with #CCC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC45E; }
p { color: rgb(204,196,94); }
H1.HeaderClassName
{
color: #CCC45E;
}
.AnyTagClassName
{
color: #CCC45E;
}
</style>
background-color css
<style>
a { background-color: #CCC45E; }
a { background-color: rgb(204,196,94); }
div.DivClassName
{
background-color: #CCC45E;
}
.BgClassName
{
background-color: #CCC45E;
}
</style>
border-color css
<style>
span { border-color: #CCC45E; }
span { border-color: rgb(204,196,94); }
td.TdClassName
{
border-color: #CCC45E;
}
.TagClassName
{
border-color: #CCC45E;
}
</style>