Shades of Tacha #C8BF55
Tints of Tacha #C8BF55
RGB
CMYK
RGB Variations
Color information
#C8BF55 (or 0xC8BF55) is known color: Tacha. HEX triplet: C8, BF and 55. RGB value is (200,191,85). Sum of RGB (Red+Green+Blue) = 200+191+85=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF55 is #3740AA. Grayscale: #B6B6B6. Windows color (decimal): -3621035 or 5619656. OLE color: 5619656.
HSL color Cylindrical-coordinate representation of color #C8BF55: hue angle of 55.3º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8BF55 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 85 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.22 |
| HSL | 55.3º | 0.51% | 0.56% | - |
| HSV(B) | 55.3º | 0.58% | 0.78% | - |
| XYZ | 44.09 | 50.2 | 15.96 | - |
| YUV | 181.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 85 | 0 | 0.04 | 0.58 | 0.22 | 55.3 | 0.51 | 0.56 |
| Hex | C8 | BF | 55 | 0 | 4 | 3A | 16 | 37 | 33 | 38 |
| Octal | 310 | 277 | 125 | 0 | 4 | 72 | 26 | 67 | 63 | 70 |
| Binary | 11001000 | 10111111 | 1010101 | 0 | 100 | 111010 | 10110 | 110111 | 110011 | 111000 |
Color Harmonies of #C8BF55
Complementary color
Monochromatic Colors of #C8BF55
Black with #C8BF55
Text Example
Text Example
White with #C8BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF55; }
p { color: rgb(200,191,85); }
H1.HeaderClassName
{
color: #C8BF55;
}
.AnyTagClassName
{
color: #C8BF55;
}
</style>
background-color css
<style>
a { background-color: #C8BF55; }
a { background-color: rgb(200,191,85); }
div.DivClassName
{
background-color: #C8BF55;
}
.BgClassName
{
background-color: #C8BF55;
}
</style>
border-color css
<style>
span { border-color: #C8BF55; }
span { border-color: rgb(200,191,85); }
td.TdClassName
{
border-color: #C8BF55;
}
.TagClassName
{
border-color: #C8BF55;
}
</style>