Shades of Tacha #C8C053
Tints of Tacha #C8C053
RGB
CMYK
RGB Variations
Color information
#C8C053 (or 0xC8C053) is known color: Tacha. HEX triplet: C8, C0 and 53. RGB value is (200,192,83). Sum of RGB (Red+Green+Blue) = 200+192+83=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C053 is #373FAC. Grayscale: #B6B6B6. Windows color (decimal): -3620781 or 5488840. OLE color: 5488840.
HSL color Cylindrical-coordinate representation of color #C8C053: hue angle of 55.9º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8C053 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 83 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.22 |
| HSL | 55.9º | 0.52% | 0.55% | - |
| HSV(B) | 55.9º | 0.59% | 0.78% | - |
| XYZ | 44.23 | 50.6 | 15.62 | - |
| YUV | 181.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 83 | 0 | 0.04 | 0.58 | 0.22 | 55.9 | 0.52 | 0.55 |
| Hex | C8 | C0 | 53 | 0 | 4 | 3A | 16 | 38 | 34 | 37 |
| Octal | 310 | 300 | 123 | 0 | 4 | 72 | 26 | 70 | 64 | 67 |
| Binary | 11001000 | 11000000 | 1010011 | 0 | 100 | 111010 | 10110 | 111000 | 110100 | 110111 |
Color Harmonies of #C8C053
Complementary color
Monochromatic Colors of #C8C053
Black with #C8C053
Text Example
Text Example
White with #C8C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C053; }
p { color: rgb(200,192,83); }
H1.HeaderClassName
{
color: #C8C053;
}
.AnyTagClassName
{
color: #C8C053;
}
</style>
background-color css
<style>
a { background-color: #C8C053; }
a { background-color: rgb(200,192,83); }
div.DivClassName
{
background-color: #C8C053;
}
.BgClassName
{
background-color: #C8C053;
}
</style>
border-color css
<style>
span { border-color: #C8C053; }
span { border-color: rgb(200,192,83); }
td.TdClassName
{
border-color: #C8C053;
}
.TagClassName
{
border-color: #C8C053;
}
</style>