Shades of Tacha #C8C15F
Tints of Tacha #C8C15F
RGB
CMYK
RGB Variations
Color information
#C8C15F (or 0xC8C15F) is known color: Tacha. HEX triplet: C8, C1 and 5F. RGB value is (200,193,95). Sum of RGB (Red+Green+Blue) = 200+193+95=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C15F is #373EA0. Grayscale: #B8B8B8. Windows color (decimal): -3620513 or 6275528. OLE color: 6275528.
HSL color Cylindrical-coordinate representation of color #C8C15F: hue angle of 56º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8C15F is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 95 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.22 |
| HSL | 56º | 0.49% | 0.58% | - |
| HSV(B) | 56º | 0.53% | 0.78% | - |
| XYZ | 44.95 | 51.25 | 18.35 | - |
| YUV | 183.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 95 | 0 | 0.04 | 0.52 | 0.22 | 56 | 0.49 | 0.58 |
| Hex | C8 | C1 | 5F | 0 | 4 | 34 | 16 | 38 | 31 | 3A |
| Octal | 310 | 301 | 137 | 0 | 4 | 64 | 26 | 70 | 61 | 72 |
| Binary | 11001000 | 11000001 | 1011111 | 0 | 100 | 110100 | 10110 | 111000 | 110001 | 111010 |
Color Harmonies of #C8C15F
Complementary color
Monochromatic Colors of #C8C15F
Black with #C8C15F
Text Example
Text Example
White with #C8C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C15F; }
p { color: rgb(200,193,95); }
H1.HeaderClassName
{
color: #C8C15F;
}
.AnyTagClassName
{
color: #C8C15F;
}
</style>
background-color css
<style>
a { background-color: #C8C15F; }
a { background-color: rgb(200,193,95); }
div.DivClassName
{
background-color: #C8C15F;
}
.BgClassName
{
background-color: #C8C15F;
}
</style>
border-color css
<style>
span { border-color: #C8C15F; }
span { border-color: rgb(200,193,95); }
td.TdClassName
{
border-color: #C8C15F;
}
.TagClassName
{
border-color: #C8C15F;
}
</style>