Shades of Tacha #C8BB57
Tints of Tacha #C8BB57
RGB
CMYK
RGB Variations
Color information
#C8BB57 (or 0xC8BB57) is known color: Tacha. HEX triplet: C8, BB and 57. RGB value is (200,187,87). Sum of RGB (Red+Green+Blue) = 200+187+87=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB57 is #3744A8. Grayscale: #B3B3B3. Windows color (decimal): -3622057 or 5749704. OLE color: 5749704.
HSL color Cylindrical-coordinate representation of color #C8BB57: hue angle of 53.1º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8BB57 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 87 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.22 |
| HSL | 53.1º | 0.51% | 0.56% | - |
| HSV(B) | 53.1º | 0.57% | 0.78% | - |
| XYZ | 43.31 | 48.51 | 16.1 | - |
| YUV | 179.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 87 | 0 | 0.06 | 0.56 | 0.22 | 53.1 | 0.51 | 0.56 |
| Hex | C8 | BB | 57 | 0 | 6 | 38 | 16 | 35 | 33 | 38 |
| Octal | 310 | 273 | 127 | 0 | 6 | 70 | 26 | 65 | 63 | 70 |
| Binary | 11001000 | 10111011 | 1010111 | 0 | 110 | 111000 | 10110 | 110101 | 110011 | 111000 |
Color Harmonies of #C8BB57
Complementary color
Monochromatic Colors of #C8BB57
Black with #C8BB57
Text Example
Text Example
White with #C8BB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB57; }
p { color: rgb(200,187,87); }
H1.HeaderClassName
{
color: #C8BB57;
}
.AnyTagClassName
{
color: #C8BB57;
}
</style>
background-color css
<style>
a { background-color: #C8BB57; }
a { background-color: rgb(200,187,87); }
div.DivClassName
{
background-color: #C8BB57;
}
.BgClassName
{
background-color: #C8BB57;
}
</style>
border-color css
<style>
span { border-color: #C8BB57; }
span { border-color: rgb(200,187,87); }
td.TdClassName
{
border-color: #C8BB57;
}
.TagClassName
{
border-color: #C8BB57;
}
</style>