Shades of Tacha #C9C05F
Tints of Tacha #C9C05F
RGB
CMYK
RGB Variations
Color information
#C9C05F (or 0xC9C05F) is known color: Tacha. HEX triplet: C9, C0 and 5F. RGB value is (201,192,95). Sum of RGB (Red+Green+Blue) = 201+192+95=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C05F is #363FA0. Grayscale: #B8B8B8. Windows color (decimal): -3555233 or 6275273. OLE color: 6275273.
HSL color Cylindrical-coordinate representation of color #C9C05F: hue angle of 54.91º 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 #C9C05F is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 95 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.21 |
| HSL | 54.91º | 0.5% | 0.58% | - |
| HSV(B) | 54.91º | 0.53% | 0.79% | - |
| XYZ | 45 | 50.94 | 18.29 | - |
| YUV | 183.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 95 | 0 | 0.04 | 0.53 | 0.21 | 54.91 | 0.5 | 0.58 |
| Hex | C9 | C0 | 5F | 0 | 4 | 35 | 15 | 37 | 32 | 3A |
| Octal | 311 | 300 | 137 | 0 | 4 | 65 | 25 | 67 | 62 | 72 |
| Binary | 11001001 | 11000000 | 1011111 | 0 | 100 | 110101 | 10101 | 110111 | 110010 | 111010 |
Color Harmonies of #C9C05F
Complementary color
Monochromatic Colors of #C9C05F
Black with #C9C05F
Text Example
Text Example
White with #C9C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C05F; }
p { color: rgb(201,192,95); }
H1.HeaderClassName
{
color: #C9C05F;
}
.AnyTagClassName
{
color: #C9C05F;
}
</style>
background-color css
<style>
a { background-color: #C9C05F; }
a { background-color: rgb(201,192,95); }
div.DivClassName
{
background-color: #C9C05F;
}
.BgClassName
{
background-color: #C9C05F;
}
</style>
border-color css
<style>
span { border-color: #C9C05F; }
span { border-color: rgb(201,192,95); }
td.TdClassName
{
border-color: #C9C05F;
}
.TagClassName
{
border-color: #C9C05F;
}
</style>