Shades of Tacha #CCC062
Tints of Tacha #CCC062
RGB
CMYK
RGB Variations
Color information
#CCC062 (or 0xCCC062) is known color: Tacha. HEX triplet: CC, C0 and 62. RGB value is (204,192,98). Sum of RGB (Red+Green+Blue) = 204+192+98=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC062 is #333F9D. Grayscale: #B9B9B9. Windows color (decimal): -3358622 or 6471884. OLE color: 6471884.
HSL color Cylindrical-coordinate representation of color #CCC062: hue angle of 53.21º 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 #CCC062 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 98 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.2 |
| HSL | 53.21º | 0.51% | 0.59% | - |
| HSV(B) | 53.21º | 0.52% | 0.8% | - |
| XYZ | 45.96 | 51.42 | 19.06 | - |
| YUV | 184.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 98 | 0 | 0.06 | 0.52 | 0.2 | 53.21 | 0.51 | 0.59 |
| Hex | CC | C0 | 62 | 0 | 6 | 34 | 14 | 35 | 33 | 3B |
| Octal | 314 | 300 | 142 | 0 | 6 | 64 | 24 | 65 | 63 | 73 |
| Binary | 11001100 | 11000000 | 1100010 | 0 | 110 | 110100 | 10100 | 110101 | 110011 | 111011 |
Color Harmonies of #CCC062
Complementary color
Monochromatic Colors of #CCC062
Black with #CCC062
Text Example
Text Example
White with #CCC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC062; }
p { color: rgb(204,192,98); }
H1.HeaderClassName
{
color: #CCC062;
}
.AnyTagClassName
{
color: #CCC062;
}
</style>
background-color css
<style>
a { background-color: #CCC062; }
a { background-color: rgb(204,192,98); }
div.DivClassName
{
background-color: #CCC062;
}
.BgClassName
{
background-color: #CCC062;
}
</style>
border-color css
<style>
span { border-color: #CCC062; }
span { border-color: rgb(204,192,98); }
td.TdClassName
{
border-color: #CCC062;
}
.TagClassName
{
border-color: #CCC062;
}
</style>