Shades of Tacha #C8BF53
Tints of Tacha #C8BF53
RGB
CMYK
RGB Variations
Color information
#C8BF53 (or 0xC8BF53) is known color: Tacha. HEX triplet: C8, BF and 53. RGB value is (200,191,83). Sum of RGB (Red+Green+Blue) = 200+191+83=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 83 (32.81% from 255 or 17.51% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF53 is #3740AC. Grayscale: #B5B5B5. Windows color (decimal): -3621037 or 5488584. OLE color: 5488584.
HSL color Cylindrical-coordinate representation of color #C8BF53: hue angle of 55.38º 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 #C8BF53 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 83 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.22 |
| HSL | 55.38º | 0.52% | 0.55% | - |
| HSV(B) | 55.38º | 0.59% | 0.78% | - |
| XYZ | 44.01 | 50.17 | 15.55 | - |
| YUV | 181.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 83 | 0 | 0.04 | 0.58 | 0.22 | 55.38 | 0.52 | 0.55 |
| Hex | C8 | BF | 53 | 0 | 4 | 3A | 16 | 37 | 34 | 37 |
| Octal | 310 | 277 | 123 | 0 | 4 | 72 | 26 | 67 | 64 | 67 |
| Binary | 11001000 | 10111111 | 1010011 | 0 | 100 | 111010 | 10110 | 110111 | 110100 | 110111 |
Color Harmonies of #C8BF53
Complementary color
Monochromatic Colors of #C8BF53
Black with #C8BF53
Text Example
Text Example
White with #C8BF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF53; }
p { color: rgb(200,191,83); }
H1.HeaderClassName
{
color: #C8BF53;
}
.AnyTagClassName
{
color: #C8BF53;
}
</style>
background-color css
<style>
a { background-color: #C8BF53; }
a { background-color: rgb(200,191,83); }
div.DivClassName
{
background-color: #C8BF53;
}
.BgClassName
{
background-color: #C8BF53;
}
</style>
border-color css
<style>
span { border-color: #C8BF53; }
span { border-color: rgb(200,191,83); }
td.TdClassName
{
border-color: #C8BF53;
}
.TagClassName
{
border-color: #C8BF53;
}
</style>