Shades of Tacha #C8B761
Tints of Tacha #C8B761
RGB
CMYK
RGB Variations
Color information
#C8B761 (or 0xC8B761) is known color: Tacha. HEX triplet: C8, B7 and 61. RGB value is (200,183,97). Sum of RGB (Red+Green+Blue) = 200+183+97=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B761 is #37489E. Grayscale: #B2B2B2. Windows color (decimal): -3623071 or 6404040. OLE color: 6404040.
HSL color Cylindrical-coordinate representation of color #C8B761: hue angle of 50.1º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8B761 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 97 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.22 |
| HSL | 50.1º | 0.48% | 0.58% | - |
| HSV(B) | 50.1º | 0.52% | 0.78% | - |
| XYZ | 42.91 | 47.01 | 18.12 | - |
| YUV | 178.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 97 | 0 | 0.08 | 0.52 | 0.22 | 50.1 | 0.48 | 0.58 |
| Hex | C8 | B7 | 61 | 0 | 8 | 34 | 16 | 32 | 30 | 3A |
| Octal | 310 | 267 | 141 | 0 | 10 | 64 | 26 | 62 | 60 | 72 |
| Binary | 11001000 | 10110111 | 1100001 | 0 | 1000 | 110100 | 10110 | 110010 | 110000 | 111010 |
Color Harmonies of #C8B761
Complementary color
Monochromatic Colors of #C8B761
Black with #C8B761
Text Example
Text Example
White with #C8B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B761; }
p { color: rgb(200,183,97); }
H1.HeaderClassName
{
color: #C8B761;
}
.AnyTagClassName
{
color: #C8B761;
}
</style>
background-color css
<style>
a { background-color: #C8B761; }
a { background-color: rgb(200,183,97); }
div.DivClassName
{
background-color: #C8B761;
}
.BgClassName
{
background-color: #C8B761;
}
</style>
border-color css
<style>
span { border-color: #C8B761; }
span { border-color: rgb(200,183,97); }
td.TdClassName
{
border-color: #C8B761;
}
.TagClassName
{
border-color: #C8B761;
}
</style>