Shades of Tacha #CCC45D
Tints of Tacha #CCC45D
RGB
CMYK
RGB Variations
Color information
#CCC45D (or 0xCCC45D) is known color: Tacha. HEX triplet: CC, C4 and 5D. RGB value is (204,196,93). Sum of RGB (Red+Green+Blue) = 204+196+93=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC45D is #333BA2. Grayscale: #BBBBBB. Windows color (decimal): -3357603 or 6145228. OLE color: 6145228.
HSL color Cylindrical-coordinate representation of color #CCC45D: hue angle of 55.68º 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 #CCC45D is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 93 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.2 |
| HSL | 55.68º | 0.52% | 0.58% | - |
| HSV(B) | 55.68º | 0.54% | 0.8% | - |
| XYZ | 46.62 | 53.11 | 18.15 | - |
| YUV | 186.65 | 75.15 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 93 | 0 | 0.04 | 0.54 | 0.2 | 55.68 | 0.52 | 0.58 |
| Hex | CC | C4 | 5D | 0 | 4 | 36 | 14 | 38 | 34 | 3A |
| Octal | 314 | 304 | 135 | 0 | 4 | 66 | 24 | 70 | 64 | 72 |
| Binary | 11001100 | 11000100 | 1011101 | 0 | 100 | 110110 | 10100 | 111000 | 110100 | 111010 |
Color Harmonies of #CCC45D
Complementary color
Monochromatic Colors of #CCC45D
Black with #CCC45D
Text Example
Text Example
White with #CCC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC45D; }
p { color: rgb(204,196,93); }
H1.HeaderClassName
{
color: #CCC45D;
}
.AnyTagClassName
{
color: #CCC45D;
}
</style>
background-color css
<style>
a { background-color: #CCC45D; }
a { background-color: rgb(204,196,93); }
div.DivClassName
{
background-color: #CCC45D;
}
.BgClassName
{
background-color: #CCC45D;
}
</style>
border-color css
<style>
span { border-color: #CCC45D; }
span { border-color: rgb(204,196,93); }
td.TdClassName
{
border-color: #CCC45D;
}
.TagClassName
{
border-color: #CCC45D;
}
</style>