Shades of Tacha #C8C05E
Tints of Tacha #C8C05E
RGB
CMYK
RGB Variations
Color information
#C8C05E (or 0xC8C05E) is known color: Tacha. HEX triplet: C8, C0 and 5E. RGB value is (200,192,94). Sum of RGB (Red+Green+Blue) = 200+192+94=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C05E is #373FA1. Grayscale: #B7B7B7. Windows color (decimal): -3620770 or 6209736. OLE color: 6209736.
HSL color Cylindrical-coordinate representation of color #C8C05E: hue angle of 55.47º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8C05E is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 94 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.22 |
| HSL | 55.47º | 0.49% | 0.58% | - |
| HSV(B) | 55.47º | 0.53% | 0.78% | - |
| XYZ | 44.69 | 50.79 | 18.04 | - |
| YUV | 183.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 94 | 0 | 0.04 | 0.53 | 0.22 | 55.47 | 0.49 | 0.58 |
| Hex | C8 | C0 | 5E | 0 | 4 | 35 | 16 | 37 | 31 | 3A |
| Octal | 310 | 300 | 136 | 0 | 4 | 65 | 26 | 67 | 61 | 72 |
| Binary | 11001000 | 11000000 | 1011110 | 0 | 100 | 110101 | 10110 | 110111 | 110001 | 111010 |
Color Harmonies of #C8C05E
Complementary color
Monochromatic Colors of #C8C05E
Black with #C8C05E
Text Example
Text Example
White with #C8C05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C05E; }
p { color: rgb(200,192,94); }
H1.HeaderClassName
{
color: #C8C05E;
}
.AnyTagClassName
{
color: #C8C05E;
}
</style>
background-color css
<style>
a { background-color: #C8C05E; }
a { background-color: rgb(200,192,94); }
div.DivClassName
{
background-color: #C8C05E;
}
.BgClassName
{
background-color: #C8C05E;
}
</style>
border-color css
<style>
span { border-color: #C8C05E; }
span { border-color: rgb(200,192,94); }
td.TdClassName
{
border-color: #C8C05E;
}
.TagClassName
{
border-color: #C8C05E;
}
</style>