Shades of Tacha #C8BB56
Tints of Tacha #C8BB56
RGB
CMYK
RGB Variations
Color information
#C8BB56 (or 0xC8BB56) is known color: Tacha. HEX triplet: C8, BB and 56. RGB value is (200,187,86). Sum of RGB (Red+Green+Blue) = 200+187+86=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB56 is #3744A9. Grayscale: #B3B3B3. Windows color (decimal): -3622058 or 5684168. OLE color: 5684168.
HSL color Cylindrical-coordinate representation of color #C8BB56: hue angle of 53.16º degrees, saturation: 0.51, 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 #C8BB56 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 86 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.22 |
| HSL | 53.16º | 0.51% | 0.56% | - |
| HSV(B) | 53.16º | 0.57% | 0.78% | - |
| XYZ | 43.27 | 48.49 | 15.88 | - |
| YUV | 179.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 86 | 0 | 0.06 | 0.57 | 0.22 | 53.16 | 0.51 | 0.56 |
| Hex | C8 | BB | 56 | 0 | 6 | 39 | 16 | 35 | 33 | 38 |
| Octal | 310 | 273 | 126 | 0 | 6 | 71 | 26 | 65 | 63 | 70 |
| Binary | 11001000 | 10111011 | 1010110 | 0 | 110 | 111001 | 10110 | 110101 | 110011 | 111000 |
Color Harmonies of #C8BB56
Complementary color
Monochromatic Colors of #C8BB56
Black with #C8BB56
Text Example
Text Example
White with #C8BB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB56; }
p { color: rgb(200,187,86); }
H1.HeaderClassName
{
color: #C8BB56;
}
.AnyTagClassName
{
color: #C8BB56;
}
</style>
background-color css
<style>
a { background-color: #C8BB56; }
a { background-color: rgb(200,187,86); }
div.DivClassName
{
background-color: #C8BB56;
}
.BgClassName
{
background-color: #C8BB56;
}
</style>
border-color css
<style>
span { border-color: #C8BB56; }
span { border-color: rgb(200,187,86); }
td.TdClassName
{
border-color: #C8BB56;
}
.TagClassName
{
border-color: #C8BB56;
}
</style>