Shades of Tacha #C8B362
Tints of Tacha #C8B362
RGB
CMYK
RGB Variations
Color information
#C8B362 (or 0xC8B362) is known color: Tacha. HEX triplet: C8, B3 and 62. RGB value is (200,179,98). Sum of RGB (Red+Green+Blue) = 200+179+98=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B362 is #374C9D. Grayscale: #B0B0B0. Windows color (decimal): -3624094 or 6468552. OLE color: 6468552.
HSL color Cylindrical-coordinate representation of color #C8B362: hue angle of 47.65º 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 #C8B362 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 98 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.22 |
| HSL | 47.65º | 0.48% | 0.58% | - |
| HSV(B) | 47.65º | 0.51% | 0.78% | - |
| XYZ | 42.14 | 45.4 | 18.1 | - |
| YUV | 176.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 98 | 0 | 0.10 | 0.51 | 0.22 | 47.65 | 0.48 | 0.58 |
| Hex | C8 | B3 | 62 | 0 | A | 33 | 16 | 30 | 30 | 3A |
| Octal | 310 | 263 | 142 | 0 | 12 | 63 | 26 | 60 | 60 | 72 |
| Binary | 11001000 | 10110011 | 1100010 | 0 | 1010 | 110011 | 10110 | 110000 | 110000 | 111010 |
Color Harmonies of #C8B362
Complementary color
Monochromatic Colors of #C8B362
Black with #C8B362
Text Example
Text Example
White with #C8B362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B362; }
p { color: rgb(200,179,98); }
H1.HeaderClassName
{
color: #C8B362;
}
.AnyTagClassName
{
color: #C8B362;
}
</style>
background-color css
<style>
a { background-color: #C8B362; }
a { background-color: rgb(200,179,98); }
div.DivClassName
{
background-color: #C8B362;
}
.BgClassName
{
background-color: #C8B362;
}
</style>
border-color css
<style>
span { border-color: #C8B362; }
span { border-color: rgb(200,179,98); }
td.TdClassName
{
border-color: #C8B362;
}
.TagClassName
{
border-color: #C8B362;
}
</style>