Shades of Tacha #C8C061
Tints of Tacha #C8C061
RGB
CMYK
RGB Variations
Color information
#C8C061 (or 0xC8C061) is known color: Tacha. HEX triplet: C8, C0 and 61. RGB value is (200,192,97). Sum of RGB (Red+Green+Blue) = 200+192+97=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C061 is #373F9E. Grayscale: #B7B7B7. Windows color (decimal): -3620767 or 6406344. OLE color: 6406344.
HSL color Cylindrical-coordinate representation of color #C8C061: hue angle of 55.34º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8C061 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 97 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.22 |
| HSL | 55.34º | 0.48% | 0.58% | - |
| HSV(B) | 55.34º | 0.52% | 0.78% | - |
| XYZ | 44.83 | 50.84 | 18.76 | - |
| YUV | 183.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 97 | 0 | 0.04 | 0.52 | 0.22 | 55.34 | 0.48 | 0.58 |
| Hex | C8 | C0 | 61 | 0 | 4 | 34 | 16 | 37 | 30 | 3A |
| Octal | 310 | 300 | 141 | 0 | 4 | 64 | 26 | 67 | 60 | 72 |
| Binary | 11001000 | 11000000 | 1100001 | 0 | 100 | 110100 | 10110 | 110111 | 110000 | 111010 |
Color Harmonies of #C8C061
Complementary color
Monochromatic Colors of #C8C061
Black with #C8C061
Text Example
Text Example
White with #C8C061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C061; }
p { color: rgb(200,192,97); }
H1.HeaderClassName
{
color: #C8C061;
}
.AnyTagClassName
{
color: #C8C061;
}
</style>
background-color css
<style>
a { background-color: #C8C061; }
a { background-color: rgb(200,192,97); }
div.DivClassName
{
background-color: #C8C061;
}
.BgClassName
{
background-color: #C8C061;
}
</style>
border-color css
<style>
span { border-color: #C8C061; }
span { border-color: rgb(200,192,97); }
td.TdClassName
{
border-color: #C8C061;
}
.TagClassName
{
border-color: #C8C061;
}
</style>