Shades of Tacha #C8B55F
Tints of Tacha #C8B55F
RGB
CMYK
RGB Variations
Color information
#C8B55F (or 0xC8B55F) is known color: Tacha. HEX triplet: C8, B5 and 5F. RGB value is (200,181,95). Sum of RGB (Red+Green+Blue) = 200+181+95=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B55F is #374AA0. Grayscale: #B1B1B1. Windows color (decimal): -3623585 or 6272456. OLE color: 6272456.
HSL color Cylindrical-coordinate representation of color #C8B55F: hue angle of 49.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8B55F is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 95 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.22 |
| HSL | 49.14º | 0.49% | 0.58% | - |
| HSV(B) | 49.14º | 0.53% | 0.78% | - |
| XYZ | 42.41 | 46.15 | 17.5 | - |
| YUV | 176.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 95 | 0 | 0.09 | 0.52 | 0.22 | 49.14 | 0.49 | 0.58 |
| Hex | C8 | B5 | 5F | 0 | 9 | 34 | 16 | 31 | 31 | 3A |
| Octal | 310 | 265 | 137 | 0 | 11 | 64 | 26 | 61 | 61 | 72 |
| Binary | 11001000 | 10110101 | 1011111 | 0 | 1001 | 110100 | 10110 | 110001 | 110001 | 111010 |
Color Harmonies of #C8B55F
Complementary color
Monochromatic Colors of #C8B55F
Black with #C8B55F
Text Example
Text Example
White with #C8B55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B55F; }
p { color: rgb(200,181,95); }
H1.HeaderClassName
{
color: #C8B55F;
}
.AnyTagClassName
{
color: #C8B55F;
}
</style>
background-color css
<style>
a { background-color: #C8B55F; }
a { background-color: rgb(200,181,95); }
div.DivClassName
{
background-color: #C8B55F;
}
.BgClassName
{
background-color: #C8B55F;
}
</style>
border-color css
<style>
span { border-color: #C8B55F; }
span { border-color: rgb(200,181,95); }
td.TdClassName
{
border-color: #C8B55F;
}
.TagClassName
{
border-color: #C8B55F;
}
</style>