Shades of Tacha #C8B45C
Tints of Tacha #C8B45C
RGB
CMYK
RGB Variations
Color information
#C8B45C (or 0xC8B45C) is known color: Tacha. HEX triplet: C8, B4 and 5C. RGB value is (200,180,92). Sum of RGB (Red+Green+Blue) = 200+180+92=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B45C is #374BA3. Grayscale: #B0B0B0. Windows color (decimal): -3623844 or 6075592. OLE color: 6075592.
HSL color Cylindrical-coordinate representation of color #C8B45C: hue angle of 48.89º 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 #C8B45C is Cyan = 0, Magento = 0.1, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 92 | - |
| CMYK | 0 | 0.1 | 0.54 | 0.22 |
| HSL | 48.89º | 0.5% | 0.57% | - |
| HSV(B) | 48.89º | 0.54% | 0.78% | - |
| XYZ | 42.07 | 45.69 | 16.73 | - |
| YUV | 175.95 | 80.63 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 92 | 0 | 0.1 | 0.54 | 0.22 | 48.89 | 0.5 | 0.57 |
| Hex | C8 | B4 | 5C | 0 | A | 36 | 16 | 31 | 32 | 39 |
| Octal | 310 | 264 | 134 | 0 | 12 | 66 | 26 | 61 | 62 | 71 |
| Binary | 11001000 | 10110100 | 1011100 | 0 | 1010 | 110110 | 10110 | 110001 | 110010 | 111001 |
Color Harmonies of #C8B45C
Complementary color
Monochromatic Colors of #C8B45C
Black with #C8B45C
Text Example
Text Example
White with #C8B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B45C; }
p { color: rgb(200,180,92); }
H1.HeaderClassName
{
color: #C8B45C;
}
.AnyTagClassName
{
color: #C8B45C;
}
</style>
background-color css
<style>
a { background-color: #C8B45C; }
a { background-color: rgb(200,180,92); }
div.DivClassName
{
background-color: #C8B45C;
}
.BgClassName
{
background-color: #C8B45C;
}
</style>
border-color css
<style>
span { border-color: #C8B45C; }
span { border-color: rgb(200,180,92); }
td.TdClassName
{
border-color: #C8B45C;
}
.TagClassName
{
border-color: #C8B45C;
}
</style>