Shades of Tacha #C9BF60
Tints of Tacha #C9BF60
RGB
CMYK
RGB Variations
Color information
#C9BF60 (or 0xC9BF60) is known color: Tacha. HEX triplet: C9, BF and 60. RGB value is (201,191,96). Sum of RGB (Red+Green+Blue) = 201+191+96=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BF60 is #36409F. Grayscale: #B7B7B7. Windows color (decimal): -3555488 or 6340553. OLE color: 6340553.
HSL color Cylindrical-coordinate representation of color #C9BF60: hue angle of 54.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9BF60 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 96 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.21 |
| HSL | 54.29º | 0.49% | 0.58% | - |
| HSV(B) | 54.29º | 0.52% | 0.79% | - |
| XYZ | 44.83 | 50.52 | 18.46 | - |
| YUV | 183.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 96 | 0 | 0.05 | 0.52 | 0.21 | 54.29 | 0.49 | 0.58 |
| Hex | C9 | BF | 60 | 0 | 5 | 34 | 15 | 36 | 31 | 3A |
| Octal | 311 | 277 | 140 | 0 | 5 | 64 | 25 | 66 | 61 | 72 |
| Binary | 11001001 | 10111111 | 1100000 | 0 | 101 | 110100 | 10101 | 110110 | 110001 | 111010 |
Color Harmonies of #C9BF60
Complementary color
Monochromatic Colors of #C9BF60
Black with #C9BF60
Text Example
Text Example
White with #C9BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF60; }
p { color: rgb(201,191,96); }
H1.HeaderClassName
{
color: #C9BF60;
}
.AnyTagClassName
{
color: #C9BF60;
}
</style>
background-color css
<style>
a { background-color: #C9BF60; }
a { background-color: rgb(201,191,96); }
div.DivClassName
{
background-color: #C9BF60;
}
.BgClassName
{
background-color: #C9BF60;
}
</style>
border-color css
<style>
span { border-color: #C9BF60; }
span { border-color: rgb(201,191,96); }
td.TdClassName
{
border-color: #C9BF60;
}
.TagClassName
{
border-color: #C9BF60;
}
</style>