Shades of Tacha #C9C35E
Tints of Tacha #C9C35E
RGB
CMYK
RGB Variations
Color information
#C9C35E (or 0xC9C35E) is known color: Tacha. HEX triplet: C9, C3 and 5E. RGB value is (201,195,94). Sum of RGB (Red+Green+Blue) = 201+195+94=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C35E is #363CA1. Grayscale: #B9B9B9. Windows color (decimal): -3554466 or 6210505. OLE color: 6210505.
HSL color Cylindrical-coordinate representation of color #C9C35E: hue angle of 56.64º 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 #C9C35E is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 94 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.21 |
| HSL | 56.64º | 0.5% | 0.58% | - |
| HSV(B) | 56.64º | 0.53% | 0.79% | - |
| XYZ | 45.62 | 52.26 | 18.27 | - |
| YUV | 185.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 94 | 0 | 0.03 | 0.53 | 0.21 | 56.64 | 0.5 | 0.58 |
| Hex | C9 | C3 | 5E | 0 | 3 | 35 | 15 | 39 | 32 | 3A |
| Octal | 311 | 303 | 136 | 0 | 3 | 65 | 25 | 71 | 62 | 72 |
| Binary | 11001001 | 11000011 | 1011110 | 0 | 11 | 110101 | 10101 | 111001 | 110010 | 111010 |
Color Harmonies of #C9C35E
Complementary color
Monochromatic Colors of #C9C35E
Black with #C9C35E
Text Example
Text Example
White with #C9C35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C35E; }
p { color: rgb(201,195,94); }
H1.HeaderClassName
{
color: #C9C35E;
}
.AnyTagClassName
{
color: #C9C35E;
}
</style>
background-color css
<style>
a { background-color: #C9C35E; }
a { background-color: rgb(201,195,94); }
div.DivClassName
{
background-color: #C9C35E;
}
.BgClassName
{
background-color: #C9C35E;
}
</style>
border-color css
<style>
span { border-color: #C9C35E; }
span { border-color: rgb(201,195,94); }
td.TdClassName
{
border-color: #C9C35E;
}
.TagClassName
{
border-color: #C9C35E;
}
</style>