Shades of Tacha #C8B55A
Tints of Tacha #C8B55A
RGB
CMYK
RGB Variations
Color information
#C8B55A (or 0xC8B55A) is known color: Tacha. HEX triplet: C8, B5 and 5A. RGB value is (200,181,90). Sum of RGB (Red+Green+Blue) = 200+181+90=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B55A is #374AA5. Grayscale: #B0B0B0. Windows color (decimal): -3623590 or 5944776. OLE color: 5944776.
HSL color Cylindrical-coordinate representation of color #C8B55A: hue angle of 49.64º 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 #C8B55A is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 90 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.22 |
| HSL | 49.64º | 0.5% | 0.57% | - |
| HSV(B) | 49.64º | 0.55% | 0.78% | - |
| XYZ | 42.19 | 46.07 | 16.34 | - |
| YUV | 176.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 90 | 0 | 0.09 | 0.55 | 0.22 | 49.64 | 0.5 | 0.57 |
| Hex | C8 | B5 | 5A | 0 | 9 | 37 | 16 | 32 | 32 | 39 |
| Octal | 310 | 265 | 132 | 0 | 11 | 67 | 26 | 62 | 62 | 71 |
| Binary | 11001000 | 10110101 | 1011010 | 0 | 1001 | 110111 | 10110 | 110010 | 110010 | 111001 |
Color Harmonies of #C8B55A
Complementary color
Monochromatic Colors of #C8B55A
Black with #C8B55A
Text Example
Text Example
White with #C8B55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B55A; }
p { color: rgb(200,181,90); }
H1.HeaderClassName
{
color: #C8B55A;
}
.AnyTagClassName
{
color: #C8B55A;
}
</style>
background-color css
<style>
a { background-color: #C8B55A; }
a { background-color: rgb(200,181,90); }
div.DivClassName
{
background-color: #C8B55A;
}
.BgClassName
{
background-color: #C8B55A;
}
</style>
border-color css
<style>
span { border-color: #C8B55A; }
span { border-color: rgb(200,181,90); }
td.TdClassName
{
border-color: #C8B55A;
}
.TagClassName
{
border-color: #C8B55A;
}
</style>