Shades of Tacha #CCC065
Tints of Tacha #CCC065
RGB
CMYK
RGB Variations
Color information
#CCC065 (or 0xCCC065) is known color: Tacha. HEX triplet: CC, C0 and 65. RGB value is (204,192,101). Sum of RGB (Red+Green+Blue) = 204+192+101=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC065 is #333F9A. Grayscale: #B9B9B9. Windows color (decimal): -3358619 or 6668492. OLE color: 6668492.
HSL color Cylindrical-coordinate representation of color #CCC065: hue angle of 53.01º 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 #CCC065 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 101 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.2 |
| HSL | 53.01º | 0.5% | 0.6% | - |
| HSV(B) | 53.01º | 0.5% | 0.8% | - |
| XYZ | 46.1 | 51.48 | 19.82 | - |
| YUV | 185.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 101 | 0 | 0.06 | 0.50 | 0.2 | 53.01 | 0.5 | 0.6 |
| Hex | CC | C0 | 65 | 0 | 6 | 32 | 14 | 35 | 32 | 3C |
| Octal | 314 | 300 | 145 | 0 | 6 | 62 | 24 | 65 | 62 | 74 |
| Binary | 11001100 | 11000000 | 1100101 | 0 | 110 | 110010 | 10100 | 110101 | 110010 | 111100 |
Color Harmonies of #CCC065
Complementary color
Monochromatic Colors of #CCC065
Black with #CCC065
Text Example
Text Example
White with #CCC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC065; }
p { color: rgb(204,192,101); }
H1.HeaderClassName
{
color: #CCC065;
}
.AnyTagClassName
{
color: #CCC065;
}
</style>
background-color css
<style>
a { background-color: #CCC065; }
a { background-color: rgb(204,192,101); }
div.DivClassName
{
background-color: #CCC065;
}
.BgClassName
{
background-color: #CCC065;
}
</style>
border-color css
<style>
span { border-color: #CCC065; }
span { border-color: rgb(204,192,101); }
td.TdClassName
{
border-color: #CCC065;
}
.TagClassName
{
border-color: #CCC065;
}
</style>