Shades of Tacha #CCC45A
Tints of Tacha #CCC45A
RGB
CMYK
RGB Variations
Color information
#CCC45A (or 0xCCC45A) is known color: Tacha. HEX triplet: CC, C4 and 5A. RGB value is (204,196,90). Sum of RGB (Red+Green+Blue) = 204+196+90=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC45A is #333BA5. Grayscale: #BABABA. Windows color (decimal): -3357606 or 5948620. OLE color: 5948620.
HSL color Cylindrical-coordinate representation of color #CCC45A: hue angle of 55.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCC45A is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 90 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.2 |
| HSL | 55.79º | 0.53% | 0.58% | - |
| HSV(B) | 55.79º | 0.56% | 0.8% | - |
| XYZ | 46.49 | 53.06 | 17.46 | - |
| YUV | 186.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 90 | 0 | 0.04 | 0.56 | 0.2 | 55.79 | 0.53 | 0.58 |
| Hex | CC | C4 | 5A | 0 | 4 | 38 | 14 | 38 | 35 | 3A |
| Octal | 314 | 304 | 132 | 0 | 4 | 70 | 24 | 70 | 65 | 72 |
| Binary | 11001100 | 11000100 | 1011010 | 0 | 100 | 111000 | 10100 | 111000 | 110101 | 111010 |
Color Harmonies of #CCC45A
Complementary color
Monochromatic Colors of #CCC45A
Black with #CCC45A
Text Example
Text Example
White with #CCC45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC45A; }
p { color: rgb(204,196,90); }
H1.HeaderClassName
{
color: #CCC45A;
}
.AnyTagClassName
{
color: #CCC45A;
}
</style>
background-color css
<style>
a { background-color: #CCC45A; }
a { background-color: rgb(204,196,90); }
div.DivClassName
{
background-color: #CCC45A;
}
.BgClassName
{
background-color: #CCC45A;
}
</style>
border-color css
<style>
span { border-color: #CCC45A; }
span { border-color: rgb(204,196,90); }
td.TdClassName
{
border-color: #CCC45A;
}
.TagClassName
{
border-color: #CCC45A;
}
</style>