Shades of Tacha #C8BF60
Tints of Tacha #C8BF60
RGB
CMYK
RGB Variations
Color information
#C8BF60 (or 0xC8BF60) is known color: Tacha. HEX triplet: C8, BF and 60. RGB value is (200,191,96). Sum of RGB (Red+Green+Blue) = 200+191+96=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF60 is #37409F. Grayscale: #B7B7B7. Windows color (decimal): -3621024 or 6340552. OLE color: 6340552.
HSL color Cylindrical-coordinate representation of color #C8BF60: hue angle of 54.81º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8BF60 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 96 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.22 |
| HSL | 54.81º | 0.49% | 0.58% | - |
| HSV(B) | 54.81º | 0.52% | 0.78% | - |
| XYZ | 44.56 | 50.39 | 18.44 | - |
| YUV | 182.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 96 | 0 | 0.04 | 0.52 | 0.22 | 54.81 | 0.49 | 0.58 |
| Hex | C8 | BF | 60 | 0 | 4 | 34 | 16 | 37 | 31 | 3A |
| Octal | 310 | 277 | 140 | 0 | 4 | 64 | 26 | 67 | 61 | 72 |
| Binary | 11001000 | 10111111 | 1100000 | 0 | 100 | 110100 | 10110 | 110111 | 110001 | 111010 |
Color Harmonies of #C8BF60
Complementary color
Monochromatic Colors of #C8BF60
Black with #C8BF60
Text Example
Text Example
White with #C8BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF60; }
p { color: rgb(200,191,96); }
H1.HeaderClassName
{
color: #C8BF60;
}
.AnyTagClassName
{
color: #C8BF60;
}
</style>
background-color css
<style>
a { background-color: #C8BF60; }
a { background-color: rgb(200,191,96); }
div.DivClassName
{
background-color: #C8BF60;
}
.BgClassName
{
background-color: #C8BF60;
}
</style>
border-color css
<style>
span { border-color: #C8BF60; }
span { border-color: rgb(200,191,96); }
td.TdClassName
{
border-color: #C8BF60;
}
.TagClassName
{
border-color: #C8BF60;
}
</style>