Shades of Tacha #C8BE57
Tints of Tacha #C8BE57
RGB
CMYK
RGB Variations
Color information
#C8BE57 (or 0xC8BE57) is known color: Tacha. HEX triplet: C8, BE and 57. RGB value is (200,190,87). Sum of RGB (Red+Green+Blue) = 200+190+87=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE57 is #3741A8. Grayscale: #B5B5B5. Windows color (decimal): -3621289 or 5750472. OLE color: 5750472.
HSL color Cylindrical-coordinate representation of color #C8BE57: hue angle of 54.69º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8BE57 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 87 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.22 |
| HSL | 54.69º | 0.51% | 0.56% | - |
| HSV(B) | 54.69º | 0.57% | 0.78% | - |
| XYZ | 43.95 | 49.79 | 16.31 | - |
| YUV | 181.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 87 | 0 | 0.05 | 0.56 | 0.22 | 54.69 | 0.51 | 0.56 |
| Hex | C8 | BE | 57 | 0 | 5 | 38 | 16 | 37 | 33 | 38 |
| Octal | 310 | 276 | 127 | 0 | 5 | 70 | 26 | 67 | 63 | 70 |
| Binary | 11001000 | 10111110 | 1010111 | 0 | 101 | 111000 | 10110 | 110111 | 110011 | 111000 |
Color Harmonies of #C8BE57
Complementary color
Monochromatic Colors of #C8BE57
Black with #C8BE57
Text Example
Text Example
White with #C8BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE57; }
p { color: rgb(200,190,87); }
H1.HeaderClassName
{
color: #C8BE57;
}
.AnyTagClassName
{
color: #C8BE57;
}
</style>
background-color css
<style>
a { background-color: #C8BE57; }
a { background-color: rgb(200,190,87); }
div.DivClassName
{
background-color: #C8BE57;
}
.BgClassName
{
background-color: #C8BE57;
}
</style>
border-color css
<style>
span { border-color: #C8BE57; }
span { border-color: rgb(200,190,87); }
td.TdClassName
{
border-color: #C8BE57;
}
.TagClassName
{
border-color: #C8BE57;
}
</style>