Shades of Tacha #C9BF65
Tints of Tacha #C9BF65
RGB
CMYK
RGB Variations
Color information
#C9BF65 (or 0xC9BF65) is known color: Tacha. HEX triplet: C9, BF and 65. RGB value is (201,191,101). Sum of RGB (Red+Green+Blue) = 201+191+101=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BF65 is #36409A. Grayscale: #B8B8B8. Windows color (decimal): -3555483 or 6668233. OLE color: 6668233.
HSL color Cylindrical-coordinate representation of color #C9BF65: hue angle of 54º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9BF65 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 101 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.21 |
| HSL | 54º | 0.48% | 0.59% | - |
| HSV(B) | 54º | 0.5% | 0.79% | - |
| XYZ | 45.07 | 50.62 | 19.71 | - |
| YUV | 183.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 101 | 0 | 0.05 | 0.50 | 0.21 | 54 | 0.48 | 0.59 |
| Hex | C9 | BF | 65 | 0 | 5 | 32 | 15 | 36 | 30 | 3B |
| Octal | 311 | 277 | 145 | 0 | 5 | 62 | 25 | 66 | 60 | 73 |
| Binary | 11001001 | 10111111 | 1100101 | 0 | 101 | 110010 | 10101 | 110110 | 110000 | 111011 |
Color Harmonies of #C9BF65
Complementary color
Monochromatic Colors of #C9BF65
Black with #C9BF65
Text Example
Text Example
White with #C9BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF65; }
p { color: rgb(201,191,101); }
H1.HeaderClassName
{
color: #C9BF65;
}
.AnyTagClassName
{
color: #C9BF65;
}
</style>
background-color css
<style>
a { background-color: #C9BF65; }
a { background-color: rgb(201,191,101); }
div.DivClassName
{
background-color: #C9BF65;
}
.BgClassName
{
background-color: #C9BF65;
}
</style>
border-color css
<style>
span { border-color: #C9BF65; }
span { border-color: rgb(201,191,101); }
td.TdClassName
{
border-color: #C9BF65;
}
.TagClassName
{
border-color: #C9BF65;
}
</style>