Shades of Tacha #C8BC62
Tints of Tacha #C8BC62
RGB
CMYK
RGB Variations
Color information
#C8BC62 (or 0xC8BC62) is known color: Tacha. HEX triplet: C8, BC and 62. RGB value is (200,188,98). Sum of RGB (Red+Green+Blue) = 200+188+98=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC62 is #37439D. Grayscale: #B5B5B5. Windows color (decimal): -3621790 or 6470856. OLE color: 6470856.
HSL color Cylindrical-coordinate representation of color #C8BC62: hue angle of 52.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8BC62 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 98 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.22 |
| HSL | 52.94º | 0.48% | 0.58% | - |
| HSV(B) | 52.94º | 0.51% | 0.78% | - |
| XYZ | 44.01 | 49.13 | 18.72 | - |
| YUV | 181.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 98 | 0 | 0.06 | 0.51 | 0.22 | 52.94 | 0.48 | 0.58 |
| Hex | C8 | BC | 62 | 0 | 6 | 33 | 16 | 35 | 30 | 3A |
| Octal | 310 | 274 | 142 | 0 | 6 | 63 | 26 | 65 | 60 | 72 |
| Binary | 11001000 | 10111100 | 1100010 | 0 | 110 | 110011 | 10110 | 110101 | 110000 | 111010 |
Color Harmonies of #C8BC62
Complementary color
Monochromatic Colors of #C8BC62
Black with #C8BC62
Text Example
Text Example
White with #C8BC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC62; }
p { color: rgb(200,188,98); }
H1.HeaderClassName
{
color: #C8BC62;
}
.AnyTagClassName
{
color: #C8BC62;
}
</style>
background-color css
<style>
a { background-color: #C8BC62; }
a { background-color: rgb(200,188,98); }
div.DivClassName
{
background-color: #C8BC62;
}
.BgClassName
{
background-color: #C8BC62;
}
</style>
border-color css
<style>
span { border-color: #C8BC62; }
span { border-color: rgb(200,188,98); }
td.TdClassName
{
border-color: #C8BC62;
}
.TagClassName
{
border-color: #C8BC62;
}
</style>