Shades of Tacha #CCC061
Tints of Tacha #CCC061
RGB
CMYK
RGB Variations
Color information
#CCC061 (or 0xCCC061) is known color: Tacha. HEX triplet: CC, C0 and 61. RGB value is (204,192,97). Sum of RGB (Red+Green+Blue) = 204+192+97=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC061 is #333F9E. Grayscale: #B9B9B9. Windows color (decimal): -3358623 or 6406348. OLE color: 6406348.
HSL color Cylindrical-coordinate representation of color #CCC061: hue angle of 53.27º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCC061 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 97 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.2 |
| HSL | 53.27º | 0.51% | 0.59% | - |
| HSV(B) | 53.27º | 0.52% | 0.8% | - |
| XYZ | 45.91 | 51.4 | 18.81 | - |
| YUV | 184.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 97 | 0 | 0.06 | 0.52 | 0.2 | 53.27 | 0.51 | 0.59 |
| Hex | CC | C0 | 61 | 0 | 6 | 34 | 14 | 35 | 33 | 3B |
| Octal | 314 | 300 | 141 | 0 | 6 | 64 | 24 | 65 | 63 | 73 |
| Binary | 11001100 | 11000000 | 1100001 | 0 | 110 | 110100 | 10100 | 110101 | 110011 | 111011 |
Color Harmonies of #CCC061
Complementary color
Monochromatic Colors of #CCC061
Black with #CCC061
Text Example
Text Example
White with #CCC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC061; }
p { color: rgb(204,192,97); }
H1.HeaderClassName
{
color: #CCC061;
}
.AnyTagClassName
{
color: #CCC061;
}
</style>
background-color css
<style>
a { background-color: #CCC061; }
a { background-color: rgb(204,192,97); }
div.DivClassName
{
background-color: #CCC061;
}
.BgClassName
{
background-color: #CCC061;
}
</style>
border-color css
<style>
span { border-color: #CCC061; }
span { border-color: rgb(204,192,97); }
td.TdClassName
{
border-color: #CCC061;
}
.TagClassName
{
border-color: #CCC061;
}
</style>