Shades of Tacha #CCC164
Tints of Tacha #CCC164
RGB
CMYK
RGB Variations
Color information
#CCC164 (or 0xCCC164) is known color: Tacha. HEX triplet: CC, C1 and 64. RGB value is (204,193,100). Sum of RGB (Red+Green+Blue) = 204+193+100=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC164 is #333E9B. Grayscale: #BABABA. Windows color (decimal): -3358364 or 6603212. OLE color: 6603212.
HSL color Cylindrical-coordinate representation of color #CCC164: hue angle of 53.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCC164 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 100 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.2 |
| HSL | 53.65º | 0.5% | 0.6% | - |
| HSV(B) | 53.65º | 0.51% | 0.8% | - |
| XYZ | 46.27 | 51.9 | 19.63 | - |
| YUV | 185.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 100 | 0 | 0.05 | 0.51 | 0.2 | 53.65 | 0.5 | 0.6 |
| Hex | CC | C1 | 64 | 0 | 5 | 33 | 14 | 36 | 32 | 3C |
| Octal | 314 | 301 | 144 | 0 | 5 | 63 | 24 | 66 | 62 | 74 |
| Binary | 11001100 | 11000001 | 1100100 | 0 | 101 | 110011 | 10100 | 110110 | 110010 | 111100 |
Color Harmonies of #CCC164
Complementary color
Monochromatic Colors of #CCC164
Black with #CCC164
Text Example
Text Example
White with #CCC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC164; }
p { color: rgb(204,193,100); }
H1.HeaderClassName
{
color: #CCC164;
}
.AnyTagClassName
{
color: #CCC164;
}
</style>
background-color css
<style>
a { background-color: #CCC164; }
a { background-color: rgb(204,193,100); }
div.DivClassName
{
background-color: #CCC164;
}
.BgClassName
{
background-color: #CCC164;
}
</style>
border-color css
<style>
span { border-color: #CCC164; }
span { border-color: rgb(204,193,100); }
td.TdClassName
{
border-color: #CCC164;
}
.TagClassName
{
border-color: #CCC164;
}
</style>