Shades of Tacha #C9C15F
Tints of Tacha #C9C15F
RGB
CMYK
RGB Variations
Color information
#C9C15F (or 0xC9C15F) is known color: Tacha. HEX triplet: C9, C1 and 5F. RGB value is (201,193,95). Sum of RGB (Red+Green+Blue) = 201+193+95=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C15F is #363EA0. Grayscale: #B8B8B8. Windows color (decimal): -3554977 or 6275529. OLE color: 6275529.
HSL color Cylindrical-coordinate representation of color #C9C15F: hue angle of 55.47º 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 #C9C15F is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 193 | 95 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.21 |
| HSL | 55.47º | 0.5% | 0.58% | - |
| HSV(B) | 55.47º | 0.53% | 0.79% | - |
| XYZ | 45.22 | 51.38 | 18.36 | - |
| YUV | 184.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 95 | 0 | 0.04 | 0.53 | 0.21 | 55.47 | 0.5 | 0.58 |
| Hex | C9 | C1 | 5F | 0 | 4 | 35 | 15 | 37 | 32 | 3A |
| Octal | 311 | 301 | 137 | 0 | 4 | 65 | 25 | 67 | 62 | 72 |
| Binary | 11001001 | 11000001 | 1011111 | 0 | 100 | 110101 | 10101 | 110111 | 110010 | 111010 |
Color Harmonies of #C9C15F
Complementary color
Monochromatic Colors of #C9C15F
Black with #C9C15F
Text Example
Text Example
White with #C9C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C15F; }
p { color: rgb(201,193,95); }
H1.HeaderClassName
{
color: #C9C15F;
}
.AnyTagClassName
{
color: #C9C15F;
}
</style>
background-color css
<style>
a { background-color: #C9C15F; }
a { background-color: rgb(201,193,95); }
div.DivClassName
{
background-color: #C9C15F;
}
.BgClassName
{
background-color: #C9C15F;
}
</style>
border-color css
<style>
span { border-color: #C9C15F; }
span { border-color: rgb(201,193,95); }
td.TdClassName
{
border-color: #C9C15F;
}
.TagClassName
{
border-color: #C9C15F;
}
</style>