Shades of Tacha #C6BC52
Tints of Tacha #C6BC52
RGB
CMYK
RGB Variations
Color information
#C6BC52 (or 0xC6BC52) is known color: Tacha. HEX triplet: C6, BC and 52. RGB value is (198,188,82). Sum of RGB (Red+Green+Blue) = 198+188+82=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC52 is #3943AD. Grayscale: #B3B3B3. Windows color (decimal): -3752878 or 5422278. OLE color: 5422278.
HSL color Cylindrical-coordinate representation of color #C6BC52: hue angle of 54.83º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6BC52 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 82 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.22 |
| HSL | 54.83º | 0.5% | 0.55% | - |
| HSV(B) | 54.83º | 0.59% | 0.78% | - |
| XYZ | 42.79 | 48.58 | 15.1 | - |
| YUV | 178.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 82 | 0 | 0.05 | 0.59 | 0.22 | 54.83 | 0.5 | 0.55 |
| Hex | C6 | BC | 52 | 0 | 5 | 3B | 16 | 37 | 32 | 37 |
| Octal | 306 | 274 | 122 | 0 | 5 | 73 | 26 | 67 | 62 | 67 |
| Binary | 11000110 | 10111100 | 1010010 | 0 | 101 | 111011 | 10110 | 110111 | 110010 | 110111 |
Color Harmonies of #C6BC52
Complementary color
Monochromatic Colors of #C6BC52
Black with #C6BC52
Text Example
Text Example
White with #C6BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC52; }
p { color: rgb(198,188,82); }
H1.HeaderClassName
{
color: #C6BC52;
}
.AnyTagClassName
{
color: #C6BC52;
}
</style>
background-color css
<style>
a { background-color: #C6BC52; }
a { background-color: rgb(198,188,82); }
div.DivClassName
{
background-color: #C6BC52;
}
.BgClassName
{
background-color: #C6BC52;
}
</style>
border-color css
<style>
span { border-color: #C6BC52; }
span { border-color: rgb(198,188,82); }
td.TdClassName
{
border-color: #C6BC52;
}
.TagClassName
{
border-color: #C6BC52;
}
</style>