Shades of Tacha #C7BC55
Tints of Tacha #C7BC55
RGB
CMYK
RGB Variations
Color information
#C7BC55 (or 0xC7BC55) is known color: Tacha. HEX triplet: C7, BC and 55. RGB value is (199,188,85). Sum of RGB (Red+Green+Blue) = 199+188+85=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BC55 is #3843AA. Grayscale: #B3B3B3. Windows color (decimal): -3687339 or 5618887. OLE color: 5618887.
HSL color Cylindrical-coordinate representation of color #C7BC55: hue angle of 54.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7BC55 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 85 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.22 |
| HSL | 54.21º | 0.5% | 0.56% | - |
| HSV(B) | 54.21º | 0.57% | 0.78% | - |
| XYZ | 43.18 | 48.76 | 15.73 | - |
| YUV | 179.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 85 | 0 | 0.06 | 0.57 | 0.22 | 54.21 | 0.5 | 0.56 |
| Hex | C7 | BC | 55 | 0 | 6 | 39 | 16 | 36 | 32 | 38 |
| Octal | 307 | 274 | 125 | 0 | 6 | 71 | 26 | 66 | 62 | 70 |
| Binary | 11000111 | 10111100 | 1010101 | 0 | 110 | 111001 | 10110 | 110110 | 110010 | 111000 |
Color Harmonies of #C7BC55
Complementary color
Monochromatic Colors of #C7BC55
Black with #C7BC55
Text Example
Text Example
White with #C7BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC55; }
p { color: rgb(199,188,85); }
H1.HeaderClassName
{
color: #C7BC55;
}
.AnyTagClassName
{
color: #C7BC55;
}
</style>
background-color css
<style>
a { background-color: #C7BC55; }
a { background-color: rgb(199,188,85); }
div.DivClassName
{
background-color: #C7BC55;
}
.BgClassName
{
background-color: #C7BC55;
}
</style>
border-color css
<style>
span { border-color: #C7BC55; }
span { border-color: rgb(199,188,85); }
td.TdClassName
{
border-color: #C7BC55;
}
.TagClassName
{
border-color: #C7BC55;
}
</style>