Shades of Tacha #C8BE52
Tints of Tacha #C8BE52
RGB
CMYK
RGB Variations
Color information
#C8BE52 (or 0xC8BE52) is known color: Tacha. HEX triplet: C8, BE and 52. RGB value is (200,190,82). Sum of RGB (Red+Green+Blue) = 200+190+82=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE52 is #3741AD. Grayscale: #B5B5B5. Windows color (decimal): -3621294 or 5422792. OLE color: 5422792.
HSL color Cylindrical-coordinate representation of color #C8BE52: hue angle of 54.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8BE52 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 82 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.22 |
| HSL | 54.92º | 0.52% | 0.55% | - |
| HSV(B) | 54.92º | 0.59% | 0.78% | - |
| XYZ | 43.76 | 49.72 | 15.27 | - |
| YUV | 180.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 82 | 0 | 0.05 | 0.59 | 0.22 | 54.92 | 0.52 | 0.55 |
| Hex | C8 | BE | 52 | 0 | 5 | 3B | 16 | 37 | 34 | 37 |
| Octal | 310 | 276 | 122 | 0 | 5 | 73 | 26 | 67 | 64 | 67 |
| Binary | 11001000 | 10111110 | 1010010 | 0 | 101 | 111011 | 10110 | 110111 | 110100 | 110111 |
Color Harmonies of #C8BE52
Complementary color
Monochromatic Colors of #C8BE52
Black with #C8BE52
Text Example
Text Example
White with #C8BE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE52; }
p { color: rgb(200,190,82); }
H1.HeaderClassName
{
color: #C8BE52;
}
.AnyTagClassName
{
color: #C8BE52;
}
</style>
background-color css
<style>
a { background-color: #C8BE52; }
a { background-color: rgb(200,190,82); }
div.DivClassName
{
background-color: #C8BE52;
}
.BgClassName
{
background-color: #C8BE52;
}
</style>
border-color css
<style>
span { border-color: #C8BE52; }
span { border-color: rgb(200,190,82); }
td.TdClassName
{
border-color: #C8BE52;
}
.TagClassName
{
border-color: #C8BE52;
}
</style>