Shades of Tacha #C8C05A
Tints of Tacha #C8C05A
RGB
CMYK
RGB Variations
Color information
#C8C05A (or 0xC8C05A) is known color: Tacha. HEX triplet: C8, C0 and 5A. RGB value is (200,192,90). Sum of RGB (Red+Green+Blue) = 200+192+90=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C05A is #373FA5. Grayscale: #B7B7B7. Windows color (decimal): -3620774 or 5947592. OLE color: 5947592.
HSL color Cylindrical-coordinate representation of color #C8C05A: hue angle of 55.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8C05A is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 90 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.22 |
| HSL | 55.64º | 0.5% | 0.57% | - |
| HSV(B) | 55.64º | 0.55% | 0.78% | - |
| XYZ | 44.51 | 50.72 | 17.12 | - |
| YUV | 182.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 90 | 0 | 0.04 | 0.55 | 0.22 | 55.64 | 0.5 | 0.57 |
| Hex | C8 | C0 | 5A | 0 | 4 | 37 | 16 | 38 | 32 | 39 |
| Octal | 310 | 300 | 132 | 0 | 4 | 67 | 26 | 70 | 62 | 71 |
| Binary | 11001000 | 11000000 | 1011010 | 0 | 100 | 110111 | 10110 | 111000 | 110010 | 111001 |
Color Harmonies of #C8C05A
Complementary color
Monochromatic Colors of #C8C05A
Black with #C8C05A
Text Example
Text Example
White with #C8C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C05A; }
p { color: rgb(200,192,90); }
H1.HeaderClassName
{
color: #C8C05A;
}
.AnyTagClassName
{
color: #C8C05A;
}
</style>
background-color css
<style>
a { background-color: #C8C05A; }
a { background-color: rgb(200,192,90); }
div.DivClassName
{
background-color: #C8C05A;
}
.BgClassName
{
background-color: #C8C05A;
}
</style>
border-color css
<style>
span { border-color: #C8C05A; }
span { border-color: rgb(200,192,90); }
td.TdClassName
{
border-color: #C8C05A;
}
.TagClassName
{
border-color: #C8C05A;
}
</style>