Shades of Tacha #C8BC58
Tints of Tacha #C8BC58
RGB
CMYK
RGB Variations
Color information
#C8BC58 (or 0xC8BC58) is known color: Tacha. HEX triplet: C8, BC and 58. RGB value is (200,188,88). Sum of RGB (Red+Green+Blue) = 200+188+88=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC58 is #3743A7. Grayscale: #B4B4B4. Windows color (decimal): -3621800 or 5815496. OLE color: 5815496.
HSL color Cylindrical-coordinate representation of color #C8BC58: hue angle of 53.57º degrees, saturation: 0.5, 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 #C8BC58 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 88 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.22 |
| HSL | 53.57º | 0.5% | 0.56% | - |
| HSV(B) | 53.57º | 0.56% | 0.78% | - |
| XYZ | 43.56 | 48.95 | 16.38 | - |
| YUV | 180.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 88 | 0 | 0.06 | 0.56 | 0.22 | 53.57 | 0.5 | 0.56 |
| Hex | C8 | BC | 58 | 0 | 6 | 38 | 16 | 36 | 32 | 38 |
| Octal | 310 | 274 | 130 | 0 | 6 | 70 | 26 | 66 | 62 | 70 |
| Binary | 11001000 | 10111100 | 1011000 | 0 | 110 | 111000 | 10110 | 110110 | 110010 | 111000 |
Color Harmonies of #C8BC58
Complementary color
Monochromatic Colors of #C8BC58
Black with #C8BC58
Text Example
Text Example
White with #C8BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC58; }
p { color: rgb(200,188,88); }
H1.HeaderClassName
{
color: #C8BC58;
}
.AnyTagClassName
{
color: #C8BC58;
}
</style>
background-color css
<style>
a { background-color: #C8BC58; }
a { background-color: rgb(200,188,88); }
div.DivClassName
{
background-color: #C8BC58;
}
.BgClassName
{
background-color: #C8BC58;
}
</style>
border-color css
<style>
span { border-color: #C8BC58; }
span { border-color: rgb(200,188,88); }
td.TdClassName
{
border-color: #C8BC58;
}
.TagClassName
{
border-color: #C8BC58;
}
</style>