Shades of Tacha #C8B95A
Tints of Tacha #C8B95A
RGB
CMYK
RGB Variations
Color information
#C8B95A (or 0xC8B95A) is known color: Tacha. HEX triplet: C8, B9 and 5A. RGB value is (200,185,90). Sum of RGB (Red+Green+Blue) = 200+185+90=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B95A is #3746A5. Grayscale: #B3B3B3. Windows color (decimal): -3622566 or 5945800. OLE color: 5945800.
HSL color Cylindrical-coordinate representation of color #C8B95A: hue angle of 51.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8B95A is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 90 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.22 |
| HSL | 51.82º | 0.5% | 0.57% | - |
| HSV(B) | 51.82º | 0.55% | 0.78% | - |
| XYZ | 43.01 | 47.72 | 16.62 | - |
| YUV | 178.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 90 | 0 | 0.08 | 0.55 | 0.22 | 51.82 | 0.5 | 0.57 |
| Hex | C8 | B9 | 5A | 0 | 8 | 37 | 16 | 34 | 32 | 39 |
| Octal | 310 | 271 | 132 | 0 | 10 | 67 | 26 | 64 | 62 | 71 |
| Binary | 11001000 | 10111001 | 1011010 | 0 | 1000 | 110111 | 10110 | 110100 | 110010 | 111001 |
Color Harmonies of #C8B95A
Complementary color
Monochromatic Colors of #C8B95A
Black with #C8B95A
Text Example
Text Example
White with #C8B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B95A; }
p { color: rgb(200,185,90); }
H1.HeaderClassName
{
color: #C8B95A;
}
.AnyTagClassName
{
color: #C8B95A;
}
</style>
background-color css
<style>
a { background-color: #C8B95A; }
a { background-color: rgb(200,185,90); }
div.DivClassName
{
background-color: #C8B95A;
}
.BgClassName
{
background-color: #C8B95A;
}
</style>
border-color css
<style>
span { border-color: #C8B95A; }
span { border-color: rgb(200,185,90); }
td.TdClassName
{
border-color: #C8B95A;
}
.TagClassName
{
border-color: #C8B95A;
}
</style>