Shades of Tacha #CCC466
Tints of Tacha #CCC466
RGB
CMYK
RGB Variations
Color information
#CCC466 (or 0xCCC466) is known color: Tacha. HEX triplet: CC, C4 and 66. RGB value is (204,196,102). Sum of RGB (Red+Green+Blue) = 204+196+102=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC466 is #333B99. Grayscale: #BCBCBC. Windows color (decimal): -3357594 or 6735052. OLE color: 6735052.
HSL color Cylindrical-coordinate representation of color #CCC466: hue angle of 55.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCC466 is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 102 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.2 |
| HSL | 55.29º | 0.5% | 0.6% | - |
| HSV(B) | 55.29º | 0.5% | 0.8% | - |
| XYZ | 47.04 | 53.28 | 20.37 | - |
| YUV | 187.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 102 | 0 | 0.04 | 0.5 | 0.2 | 55.29 | 0.5 | 0.6 |
| Hex | CC | C4 | 66 | 0 | 4 | 32 | 14 | 37 | 32 | 3C |
| Octal | 314 | 304 | 146 | 0 | 4 | 62 | 24 | 67 | 62 | 74 |
| Binary | 11001100 | 11000100 | 1100110 | 0 | 100 | 110010 | 10100 | 110111 | 110010 | 111100 |
Color Harmonies of #CCC466
Complementary color
Monochromatic Colors of #CCC466
Black with #CCC466
Text Example
Text Example
White with #CCC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC466; }
p { color: rgb(204,196,102); }
H1.HeaderClassName
{
color: #CCC466;
}
.AnyTagClassName
{
color: #CCC466;
}
</style>
background-color css
<style>
a { background-color: #CCC466; }
a { background-color: rgb(204,196,102); }
div.DivClassName
{
background-color: #CCC466;
}
.BgClassName
{
background-color: #CCC466;
}
</style>
border-color css
<style>
span { border-color: #CCC466; }
span { border-color: rgb(204,196,102); }
td.TdClassName
{
border-color: #CCC466;
}
.TagClassName
{
border-color: #CCC466;
}
</style>