Shades of Tacha #C8C159
Tints of Tacha #C8C159
RGB
CMYK
RGB Variations
Color information
#C8C159 (or 0xC8C159) is known color: Tacha. HEX triplet: C8, C1 and 59. RGB value is (200,193,89). Sum of RGB (Red+Green+Blue) = 200+193+89=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C159 is #373EA6. Grayscale: #B7B7B7. Windows color (decimal): -3620519 or 5882312. OLE color: 5882312.
HSL color Cylindrical-coordinate representation of color #C8C159: hue angle of 56.22º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8C159 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 89 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.22 |
| HSL | 56.22º | 0.5% | 0.57% | - |
| HSV(B) | 56.22º | 0.56% | 0.78% | - |
| XYZ | 44.69 | 51.14 | 16.97 | - |
| YUV | 183.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 89 | 0 | 0.04 | 0.56 | 0.22 | 56.22 | 0.5 | 0.57 |
| Hex | C8 | C1 | 59 | 0 | 4 | 38 | 16 | 38 | 32 | 39 |
| Octal | 310 | 301 | 131 | 0 | 4 | 70 | 26 | 70 | 62 | 71 |
| Binary | 11001000 | 11000001 | 1011001 | 0 | 100 | 111000 | 10110 | 111000 | 110010 | 111001 |
Color Harmonies of #C8C159
Complementary color
Monochromatic Colors of #C8C159
Black with #C8C159
Text Example
Text Example
White with #C8C159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C159; }
p { color: rgb(200,193,89); }
H1.HeaderClassName
{
color: #C8C159;
}
.AnyTagClassName
{
color: #C8C159;
}
</style>
background-color css
<style>
a { background-color: #C8C159; }
a { background-color: rgb(200,193,89); }
div.DivClassName
{
background-color: #C8C159;
}
.BgClassName
{
background-color: #C8C159;
}
</style>
border-color css
<style>
span { border-color: #C8C159; }
span { border-color: rgb(200,193,89); }
td.TdClassName
{
border-color: #C8C159;
}
.TagClassName
{
border-color: #C8C159;
}
</style>