Shades of Tacha #C8C25E
Tints of Tacha #C8C25E
RGB
CMYK
RGB Variations
Color information
#C8C25E (or 0xC8C25E) is known color: Tacha. HEX triplet: C8, C2 and 5E. RGB value is (200,194,94). Sum of RGB (Red+Green+Blue) = 200+194+94=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C25E is #373DA1. Grayscale: #B8B8B8. Windows color (decimal): -3620258 or 6210248. OLE color: 6210248.
HSL color Cylindrical-coordinate representation of color #C8C25E: hue angle of 56.6º 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 #C8C25E is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 94 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.22 |
| HSL | 56.6º | 0.49% | 0.58% | - |
| HSV(B) | 56.6º | 0.53% | 0.78% | - |
| XYZ | 45.13 | 51.67 | 18.18 | - |
| YUV | 184.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 94 | 0 | 0.03 | 0.53 | 0.22 | 56.6 | 0.49 | 0.58 |
| Hex | C8 | C2 | 5E | 0 | 3 | 35 | 16 | 39 | 31 | 3A |
| Octal | 310 | 302 | 136 | 0 | 3 | 65 | 26 | 71 | 61 | 72 |
| Binary | 11001000 | 11000010 | 1011110 | 0 | 11 | 110101 | 10110 | 111001 | 110001 | 111010 |
Color Harmonies of #C8C25E
Complementary color
Monochromatic Colors of #C8C25E
Black with #C8C25E
Text Example
Text Example
White with #C8C25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C25E; }
p { color: rgb(200,194,94); }
H1.HeaderClassName
{
color: #C8C25E;
}
.AnyTagClassName
{
color: #C8C25E;
}
</style>
background-color css
<style>
a { background-color: #C8C25E; }
a { background-color: rgb(200,194,94); }
div.DivClassName
{
background-color: #C8C25E;
}
.BgClassName
{
background-color: #C8C25E;
}
</style>
border-color css
<style>
span { border-color: #C8C25E; }
span { border-color: rgb(200,194,94); }
td.TdClassName
{
border-color: #C8C25E;
}
.TagClassName
{
border-color: #C8C25E;
}
</style>