Shades of Tacha #C9C05E
Tints of Tacha #C9C05E
RGB
CMYK
RGB Variations
Color information
#C9C05E (or 0xC9C05E) is known color: Tacha. HEX triplet: C9, C0 and 5E. RGB value is (201,192,94). Sum of RGB (Red+Green+Blue) = 201+192+94=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C05E is #363FA1. Grayscale: #B7B7B7. Windows color (decimal): -3555234 or 6209737. OLE color: 6209737.
HSL color Cylindrical-coordinate representation of color #C9C05E: hue angle of 54.95º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9C05E is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 94 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.21 |
| HSL | 54.95º | 0.5% | 0.58% | - |
| HSV(B) | 54.95º | 0.53% | 0.79% | - |
| XYZ | 44.96 | 50.92 | 18.05 | - |
| YUV | 183.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 94 | 0 | 0.04 | 0.53 | 0.21 | 54.95 | 0.5 | 0.58 |
| Hex | C9 | C0 | 5E | 0 | 4 | 35 | 15 | 37 | 32 | 3A |
| Octal | 311 | 300 | 136 | 0 | 4 | 65 | 25 | 67 | 62 | 72 |
| Binary | 11001001 | 11000000 | 1011110 | 0 | 100 | 110101 | 10101 | 110111 | 110010 | 111010 |
Color Harmonies of #C9C05E
Complementary color
Monochromatic Colors of #C9C05E
Black with #C9C05E
Text Example
Text Example
White with #C9C05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C05E; }
p { color: rgb(201,192,94); }
H1.HeaderClassName
{
color: #C9C05E;
}
.AnyTagClassName
{
color: #C9C05E;
}
</style>
background-color css
<style>
a { background-color: #C9C05E; }
a { background-color: rgb(201,192,94); }
div.DivClassName
{
background-color: #C9C05E;
}
.BgClassName
{
background-color: #C9C05E;
}
</style>
border-color css
<style>
span { border-color: #C9C05E; }
span { border-color: rgb(201,192,94); }
td.TdClassName
{
border-color: #C9C05E;
}
.TagClassName
{
border-color: #C9C05E;
}
</style>