Shades of Tacha #C8BE5B
Tints of Tacha #C8BE5B
RGB
CMYK
RGB Variations
Color information
#C8BE5B (or 0xC8BE5B) is known color: Tacha. HEX triplet: C8, BE and 5B. RGB value is (200,190,91). Sum of RGB (Red+Green+Blue) = 200+190+91=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE5B is #3741A4. Grayscale: #B6B6B6. Windows color (decimal): -3621285 or 6012616. OLE color: 6012616.
HSL color Cylindrical-coordinate representation of color #C8BE5B: hue angle of 54.5º 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 #C8BE5B is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 91 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.22 |
| HSL | 54.5º | 0.5% | 0.57% | - |
| HSV(B) | 54.5º | 0.55% | 0.78% | - |
| XYZ | 44.12 | 49.86 | 17.2 | - |
| YUV | 181.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 91 | 0 | 0.05 | 0.54 | 0.22 | 54.5 | 0.5 | 0.57 |
| Hex | C8 | BE | 5B | 0 | 5 | 36 | 16 | 36 | 32 | 39 |
| Octal | 310 | 276 | 133 | 0 | 5 | 66 | 26 | 66 | 62 | 71 |
| Binary | 11001000 | 10111110 | 1011011 | 0 | 101 | 110110 | 10110 | 110110 | 110010 | 111001 |
Color Harmonies of #C8BE5B
Complementary color
Monochromatic Colors of #C8BE5B
Black with #C8BE5B
Text Example
Text Example
White with #C8BE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE5B; }
p { color: rgb(200,190,91); }
H1.HeaderClassName
{
color: #C8BE5B;
}
.AnyTagClassName
{
color: #C8BE5B;
}
</style>
background-color css
<style>
a { background-color: #C8BE5B; }
a { background-color: rgb(200,190,91); }
div.DivClassName
{
background-color: #C8BE5B;
}
.BgClassName
{
background-color: #C8BE5B;
}
</style>
border-color css
<style>
span { border-color: #C8BE5B; }
span { border-color: rgb(200,190,91); }
td.TdClassName
{
border-color: #C8BE5B;
}
.TagClassName
{
border-color: #C8BE5B;
}
</style>