Shades of Tacha #C8BF51
Tints of Tacha #C8BF51
RGB
CMYK
RGB Variations
Color information
#C8BF51 (or 0xC8BF51) is known color: Tacha. HEX triplet: C8, BF and 51. RGB value is (200,191,81). Sum of RGB (Red+Green+Blue) = 200+191+81=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 81 (32.03% from 255 or 17.16% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF51 is #3740AE. Grayscale: #B5B5B5. Windows color (decimal): -3621039 or 5357512. OLE color: 5357512.
HSL color Cylindrical-coordinate representation of color #C8BF51: hue angle of 55.46º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8BF51 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 81 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.22 |
| HSL | 55.46º | 0.52% | 0.55% | - |
| HSV(B) | 55.46º | 0.6% | 0.78% | - |
| XYZ | 43.94 | 50.14 | 15.15 | - |
| YUV | 181.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 81 | 0 | 0.04 | 0.59 | 0.22 | 55.46 | 0.52 | 0.55 |
| Hex | C8 | BF | 51 | 0 | 4 | 3B | 16 | 37 | 34 | 37 |
| Octal | 310 | 277 | 121 | 0 | 4 | 73 | 26 | 67 | 64 | 67 |
| Binary | 11001000 | 10111111 | 1010001 | 0 | 100 | 111011 | 10110 | 110111 | 110100 | 110111 |
Color Harmonies of #C8BF51
Complementary color
Monochromatic Colors of #C8BF51
Black with #C8BF51
Text Example
Text Example
White with #C8BF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF51; }
p { color: rgb(200,191,81); }
H1.HeaderClassName
{
color: #C8BF51;
}
.AnyTagClassName
{
color: #C8BF51;
}
</style>
background-color css
<style>
a { background-color: #C8BF51; }
a { background-color: rgb(200,191,81); }
div.DivClassName
{
background-color: #C8BF51;
}
.BgClassName
{
background-color: #C8BF51;
}
</style>
border-color css
<style>
span { border-color: #C8BF51; }
span { border-color: rgb(200,191,81); }
td.TdClassName
{
border-color: #C8BF51;
}
.TagClassName
{
border-color: #C8BF51;
}
</style>