Shades of Tacha #CCC266
Tints of Tacha #CCC266
RGB
CMYK
RGB Variations
Color information
#CCC266 (or 0xCCC266) is known color: Tacha. HEX triplet: CC, C2 and 66. RGB value is (204,194,102). Sum of RGB (Red+Green+Blue) = 204+194+102=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC266 is #333D99. Grayscale: #BABABA. Windows color (decimal): -3358106 or 6734540. OLE color: 6734540.
HSL color Cylindrical-coordinate representation of color #CCC266: hue angle of 54.12º 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 #CCC266 is Cyan = 0, Magento = 0.05, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 102 | - |
| CMYK | 0 | 0.05 | 0.5 | 0.2 |
| HSL | 54.12º | 0.5% | 0.6% | - |
| HSV(B) | 54.12º | 0.5% | 0.8% | - |
| XYZ | 46.59 | 52.38 | 20.23 | - |
| YUV | 186.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 102 | 0 | 0.05 | 0.5 | 0.2 | 54.12 | 0.5 | 0.6 |
| Hex | CC | C2 | 66 | 0 | 5 | 32 | 14 | 36 | 32 | 3C |
| Octal | 314 | 302 | 146 | 0 | 5 | 62 | 24 | 66 | 62 | 74 |
| Binary | 11001100 | 11000010 | 1100110 | 0 | 101 | 110010 | 10100 | 110110 | 110010 | 111100 |
Color Harmonies of #CCC266
Complementary color
Monochromatic Colors of #CCC266
Black with #CCC266
Text Example
Text Example
White with #CCC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC266; }
p { color: rgb(204,194,102); }
H1.HeaderClassName
{
color: #CCC266;
}
.AnyTagClassName
{
color: #CCC266;
}
</style>
background-color css
<style>
a { background-color: #CCC266; }
a { background-color: rgb(204,194,102); }
div.DivClassName
{
background-color: #CCC266;
}
.BgClassName
{
background-color: #CCC266;
}
</style>
border-color css
<style>
span { border-color: #CCC266; }
span { border-color: rgb(204,194,102); }
td.TdClassName
{
border-color: #CCC266;
}
.TagClassName
{
border-color: #CCC266;
}
</style>