Shades of Tacha #C8BF5D
Tints of Tacha #C8BF5D
RGB
CMYK
RGB Variations
Color information
#C8BF5D (or 0xC8BF5D) is known color: Tacha. HEX triplet: C8, BF and 5D. RGB value is (200,191,93). Sum of RGB (Red+Green+Blue) = 200+191+93=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF5D is #3740A2. Grayscale: #B6B6B6. Windows color (decimal): -3621027 or 6143944. OLE color: 6143944.
HSL color Cylindrical-coordinate representation of color #C8BF5D: hue angle of 54.95º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8BF5D is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 93 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.22 |
| HSL | 54.95º | 0.49% | 0.57% | - |
| HSV(B) | 54.95º | 0.54% | 0.78% | - |
| XYZ | 44.43 | 50.33 | 17.73 | - |
| YUV | 182.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 93 | 0 | 0.04 | 0.54 | 0.22 | 54.95 | 0.49 | 0.57 |
| Hex | C8 | BF | 5D | 0 | 4 | 36 | 16 | 37 | 31 | 39 |
| Octal | 310 | 277 | 135 | 0 | 4 | 66 | 26 | 67 | 61 | 71 |
| Binary | 11001000 | 10111111 | 1011101 | 0 | 100 | 110110 | 10110 | 110111 | 110001 | 111001 |
Color Harmonies of #C8BF5D
Complementary color
Monochromatic Colors of #C8BF5D
Black with #C8BF5D
Text Example
Text Example
White with #C8BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF5D; }
p { color: rgb(200,191,93); }
H1.HeaderClassName
{
color: #C8BF5D;
}
.AnyTagClassName
{
color: #C8BF5D;
}
</style>
background-color css
<style>
a { background-color: #C8BF5D; }
a { background-color: rgb(200,191,93); }
div.DivClassName
{
background-color: #C8BF5D;
}
.BgClassName
{
background-color: #C8BF5D;
}
</style>
border-color css
<style>
span { border-color: #C8BF5D; }
span { border-color: rgb(200,191,93); }
td.TdClassName
{
border-color: #C8BF5D;
}
.TagClassName
{
border-color: #C8BF5D;
}
</style>