Shades of Tacha #CCC166
Tints of Tacha #CCC166
RGB
CMYK
RGB Variations
Color information
#CCC166 (or 0xCCC166) is known color: Tacha. HEX triplet: CC, C1 and 66. RGB value is (204,193,102). Sum of RGB (Red+Green+Blue) = 204+193+102=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC166 is #333E99. Grayscale: #BABABA. Windows color (decimal): -3358362 or 6734284. OLE color: 6734284.
HSL color Cylindrical-coordinate representation of color #CCC166: hue angle of 53.53º 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 #CCC166 is Cyan = 0, Magento = 0.05, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 102 | - |
| CMYK | 0 | 0.05 | 0.5 | 0.2 |
| HSL | 53.53º | 0.5% | 0.6% | - |
| HSV(B) | 53.53º | 0.5% | 0.8% | - |
| XYZ | 46.37 | 51.94 | 20.15 | - |
| YUV | 185.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 102 | 0 | 0.05 | 0.5 | 0.2 | 53.53 | 0.5 | 0.6 |
| Hex | CC | C1 | 66 | 0 | 5 | 32 | 14 | 36 | 32 | 3C |
| Octal | 314 | 301 | 146 | 0 | 5 | 62 | 24 | 66 | 62 | 74 |
| Binary | 11001100 | 11000001 | 1100110 | 0 | 101 | 110010 | 10100 | 110110 | 110010 | 111100 |
Color Harmonies of #CCC166
Complementary color
Monochromatic Colors of #CCC166
Black with #CCC166
Text Example
Text Example
White with #CCC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC166; }
p { color: rgb(204,193,102); }
H1.HeaderClassName
{
color: #CCC166;
}
.AnyTagClassName
{
color: #CCC166;
}
</style>
background-color css
<style>
a { background-color: #CCC166; }
a { background-color: rgb(204,193,102); }
div.DivClassName
{
background-color: #CCC166;
}
.BgClassName
{
background-color: #CCC166;
}
</style>
border-color css
<style>
span { border-color: #CCC166; }
span { border-color: rgb(204,193,102); }
td.TdClassName
{
border-color: #CCC166;
}
.TagClassName
{
border-color: #CCC166;
}
</style>