Shades of Tacha #C8C15E
Tints of Tacha #C8C15E
RGB
CMYK
RGB Variations
Color information
#C8C15E (or 0xC8C15E) is known color: Tacha. HEX triplet: C8, C1 and 5E. RGB value is (200,193,94). Sum of RGB (Red+Green+Blue) = 200+193+94=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C15E is #373EA1. Grayscale: #B8B8B8. Windows color (decimal): -3620514 or 6209992. OLE color: 6209992.
HSL color Cylindrical-coordinate representation of color #C8C15E: hue angle of 56.04º 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 #C8C15E is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 94 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.22 |
| HSL | 56.04º | 0.49% | 0.58% | - |
| HSV(B) | 56.04º | 0.53% | 0.78% | - |
| XYZ | 44.91 | 51.23 | 18.11 | - |
| YUV | 183.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 94 | 0 | 0.04 | 0.53 | 0.22 | 56.04 | 0.49 | 0.58 |
| Hex | C8 | C1 | 5E | 0 | 4 | 35 | 16 | 38 | 31 | 3A |
| Octal | 310 | 301 | 136 | 0 | 4 | 65 | 26 | 70 | 61 | 72 |
| Binary | 11001000 | 11000001 | 1011110 | 0 | 100 | 110101 | 10110 | 111000 | 110001 | 111010 |
Color Harmonies of #C8C15E
Complementary color
Monochromatic Colors of #C8C15E
Black with #C8C15E
Text Example
Text Example
White with #C8C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C15E; }
p { color: rgb(200,193,94); }
H1.HeaderClassName
{
color: #C8C15E;
}
.AnyTagClassName
{
color: #C8C15E;
}
</style>
background-color css
<style>
a { background-color: #C8C15E; }
a { background-color: rgb(200,193,94); }
div.DivClassName
{
background-color: #C8C15E;
}
.BgClassName
{
background-color: #C8C15E;
}
</style>
border-color css
<style>
span { border-color: #C8C15E; }
span { border-color: rgb(200,193,94); }
td.TdClassName
{
border-color: #C8C15E;
}
.TagClassName
{
border-color: #C8C15E;
}
</style>