Shades of Tacha #C6BF54
Tints of Tacha #C6BF54
RGB
CMYK
RGB Variations
Color information
#C6BF54 (or 0xC6BF54) is known color: Tacha. HEX triplet: C6, BF and 54. RGB value is (198,191,84). Sum of RGB (Red+Green+Blue) = 198+191+84=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF54 is #3940AB. Grayscale: #B5B5B5. Windows color (decimal): -3752108 or 5554118. OLE color: 5554118.
HSL color Cylindrical-coordinate representation of color #C6BF54: hue angle of 56.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6BF54 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 84 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.22 |
| HSL | 56.32º | 0.5% | 0.55% | - |
| HSV(B) | 56.32º | 0.58% | 0.78% | - |
| XYZ | 43.52 | 49.91 | 15.73 | - |
| YUV | 180.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 84 | 0 | 0.04 | 0.58 | 0.22 | 56.32 | 0.5 | 0.55 |
| Hex | C6 | BF | 54 | 0 | 4 | 3A | 16 | 38 | 32 | 37 |
| Octal | 306 | 277 | 124 | 0 | 4 | 72 | 26 | 70 | 62 | 67 |
| Binary | 11000110 | 10111111 | 1010100 | 0 | 100 | 111010 | 10110 | 111000 | 110010 | 110111 |
Color Harmonies of #C6BF54
Complementary color
Monochromatic Colors of #C6BF54
Black with #C6BF54
Text Example
Text Example
White with #C6BF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF54; }
p { color: rgb(198,191,84); }
H1.HeaderClassName
{
color: #C6BF54;
}
.AnyTagClassName
{
color: #C6BF54;
}
</style>
background-color css
<style>
a { background-color: #C6BF54; }
a { background-color: rgb(198,191,84); }
div.DivClassName
{
background-color: #C6BF54;
}
.BgClassName
{
background-color: #C6BF54;
}
</style>
border-color css
<style>
span { border-color: #C6BF54; }
span { border-color: rgb(198,191,84); }
td.TdClassName
{
border-color: #C6BF54;
}
.TagClassName
{
border-color: #C6BF54;
}
</style>