Shades of Tacha #C8C060
Tints of Tacha #C8C060
RGB
CMYK
RGB Variations
Color information
#C8C060 (or 0xC8C060) is known color: Tacha. HEX triplet: C8, C0 and 60. RGB value is (200,192,96). Sum of RGB (Red+Green+Blue) = 200+192+96=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C060 is #373F9F. Grayscale: #B7B7B7. Windows color (decimal): -3620768 or 6340808. OLE color: 6340808.
HSL color Cylindrical-coordinate representation of color #C8C060: hue angle of 55.38º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8C060 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 96 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.22 |
| HSL | 55.38º | 0.49% | 0.58% | - |
| HSV(B) | 55.38º | 0.52% | 0.78% | - |
| XYZ | 44.78 | 50.82 | 18.52 | - |
| YUV | 183.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 96 | 0 | 0.04 | 0.52 | 0.22 | 55.38 | 0.49 | 0.58 |
| Hex | C8 | C0 | 60 | 0 | 4 | 34 | 16 | 37 | 31 | 3A |
| Octal | 310 | 300 | 140 | 0 | 4 | 64 | 26 | 67 | 61 | 72 |
| Binary | 11001000 | 11000000 | 1100000 | 0 | 100 | 110100 | 10110 | 110111 | 110001 | 111010 |
Color Harmonies of #C8C060
Complementary color
Monochromatic Colors of #C8C060
Black with #C8C060
Text Example
Text Example
White with #C8C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C060; }
p { color: rgb(200,192,96); }
H1.HeaderClassName
{
color: #C8C060;
}
.AnyTagClassName
{
color: #C8C060;
}
</style>
background-color css
<style>
a { background-color: #C8C060; }
a { background-color: rgb(200,192,96); }
div.DivClassName
{
background-color: #C8C060;
}
.BgClassName
{
background-color: #C8C060;
}
</style>
border-color css
<style>
span { border-color: #C8C060; }
span { border-color: rgb(200,192,96); }
td.TdClassName
{
border-color: #C8C060;
}
.TagClassName
{
border-color: #C8C060;
}
</style>