Shades of Tacha #C8B85B
Tints of Tacha #C8B85B
RGB
CMYK
RGB Variations
Color information
#C8B85B (or 0xC8B85B) is known color: Tacha. HEX triplet: C8, B8 and 5B. RGB value is (200,184,91). Sum of RGB (Red+Green+Blue) = 200+184+91=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B85B is #3747A4. Grayscale: #B2B2B2. Windows color (decimal): -3622821 or 6011080. OLE color: 6011080.
HSL color Cylindrical-coordinate representation of color #C8B85B: hue angle of 51.19º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8B85B is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 91 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.22 |
| HSL | 51.19º | 0.5% | 0.57% | - |
| HSV(B) | 51.19º | 0.55% | 0.78% | - |
| XYZ | 42.85 | 47.32 | 16.77 | - |
| YUV | 178.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 91 | 0 | 0.08 | 0.54 | 0.22 | 51.19 | 0.5 | 0.57 |
| Hex | C8 | B8 | 5B | 0 | 8 | 36 | 16 | 33 | 32 | 39 |
| Octal | 310 | 270 | 133 | 0 | 10 | 66 | 26 | 63 | 62 | 71 |
| Binary | 11001000 | 10111000 | 1011011 | 0 | 1000 | 110110 | 10110 | 110011 | 110010 | 111001 |
Color Harmonies of #C8B85B
Complementary color
Monochromatic Colors of #C8B85B
Black with #C8B85B
Text Example
Text Example
White with #C8B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B85B; }
p { color: rgb(200,184,91); }
H1.HeaderClassName
{
color: #C8B85B;
}
.AnyTagClassName
{
color: #C8B85B;
}
</style>
background-color css
<style>
a { background-color: #C8B85B; }
a { background-color: rgb(200,184,91); }
div.DivClassName
{
background-color: #C8B85B;
}
.BgClassName
{
background-color: #C8B85B;
}
</style>
border-color css
<style>
span { border-color: #C8B85B; }
span { border-color: rgb(200,184,91); }
td.TdClassName
{
border-color: #C8B85B;
}
.TagClassName
{
border-color: #C8B85B;
}
</style>