Shades of Tacha #CCC066
Tints of Tacha #CCC066
RGB
CMYK
RGB Variations
Color information
#CCC066 (or 0xCCC066) is known color: Tacha. HEX triplet: CC, C0 and 66. RGB value is (204,192,102). Sum of RGB (Red+Green+Blue) = 204+192+102=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC066 is #333F99. Grayscale: #B9B9B9. Windows color (decimal): -3358618 or 6734028. OLE color: 6734028.
HSL color Cylindrical-coordinate representation of color #CCC066: hue angle of 52.94º 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 #CCC066 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 102 | - |
| CMYK | 0 | 0.06 | 0.5 | 0.2 |
| HSL | 52.94º | 0.5% | 0.6% | - |
| HSV(B) | 52.94º | 0.5% | 0.8% | - |
| XYZ | 46.15 | 51.5 | 20.08 | - |
| YUV | 185.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 102 | 0 | 0.06 | 0.5 | 0.2 | 52.94 | 0.5 | 0.6 |
| Hex | CC | C0 | 66 | 0 | 6 | 32 | 14 | 35 | 32 | 3C |
| Octal | 314 | 300 | 146 | 0 | 6 | 62 | 24 | 65 | 62 | 74 |
| Binary | 11001100 | 11000000 | 1100110 | 0 | 110 | 110010 | 10100 | 110101 | 110010 | 111100 |
Color Harmonies of #CCC066
Complementary color
Monochromatic Colors of #CCC066
Black with #CCC066
Text Example
Text Example
White with #CCC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC066; }
p { color: rgb(204,192,102); }
H1.HeaderClassName
{
color: #CCC066;
}
.AnyTagClassName
{
color: #CCC066;
}
</style>
background-color css
<style>
a { background-color: #CCC066; }
a { background-color: rgb(204,192,102); }
div.DivClassName
{
background-color: #CCC066;
}
.BgClassName
{
background-color: #CCC066;
}
</style>
border-color css
<style>
span { border-color: #CCC066; }
span { border-color: rgb(204,192,102); }
td.TdClassName
{
border-color: #CCC066;
}
.TagClassName
{
border-color: #CCC066;
}
</style>