Shades of Tacha #CCC366
Tints of Tacha #CCC366
RGB
CMYK
RGB Variations
Color information
#CCC366 (or 0xCCC366) is known color: Tacha. HEX triplet: CC, C3 and 66. RGB value is (204,195,102). Sum of RGB (Red+Green+Blue) = 204+195+102=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC366 is #333C99. Grayscale: #BBBBBB. Windows color (decimal): -3357850 or 6734796. OLE color: 6734796.
HSL color Cylindrical-coordinate representation of color #CCC366: hue angle of 54.71º 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 #CCC366 is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 102 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.2 |
| HSL | 54.71º | 0.5% | 0.6% | - |
| HSV(B) | 54.71º | 0.5% | 0.8% | - |
| XYZ | 46.82 | 52.83 | 20.3 | - |
| YUV | 187.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 102 | 0 | 0.04 | 0.5 | 0.2 | 54.71 | 0.5 | 0.6 |
| Hex | CC | C3 | 66 | 0 | 4 | 32 | 14 | 37 | 32 | 3C |
| Octal | 314 | 303 | 146 | 0 | 4 | 62 | 24 | 67 | 62 | 74 |
| Binary | 11001100 | 11000011 | 1100110 | 0 | 100 | 110010 | 10100 | 110111 | 110010 | 111100 |
Color Harmonies of #CCC366
Complementary color
Monochromatic Colors of #CCC366
Black with #CCC366
Text Example
Text Example
White with #CCC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC366; }
p { color: rgb(204,195,102); }
H1.HeaderClassName
{
color: #CCC366;
}
.AnyTagClassName
{
color: #CCC366;
}
</style>
background-color css
<style>
a { background-color: #CCC366; }
a { background-color: rgb(204,195,102); }
div.DivClassName
{
background-color: #CCC366;
}
.BgClassName
{
background-color: #CCC366;
}
</style>
border-color css
<style>
span { border-color: #CCC366; }
span { border-color: rgb(204,195,102); }
td.TdClassName
{
border-color: #CCC366;
}
.TagClassName
{
border-color: #CCC366;
}
</style>