Shades of Tacha #C8B462
Tints of Tacha #C8B462
RGB
CMYK
RGB Variations
Color information
#C8B462 (or 0xC8B462) is known color: Tacha. HEX triplet: C8, B4 and 62. RGB value is (200,180,98). Sum of RGB (Red+Green+Blue) = 200+180+98=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B462 is #374B9D. Grayscale: #B0B0B0. Windows color (decimal): -3623838 or 6468808. OLE color: 6468808.
HSL color Cylindrical-coordinate representation of color #C8B462: hue angle of 48.24º 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 #C8B462 is Cyan = 0, Magento = 0.1, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 98 | - |
| CMYK | 0 | 0.1 | 0.51 | 0.22 |
| HSL | 48.24º | 0.48% | 0.58% | - |
| HSV(B) | 48.24º | 0.51% | 0.78% | - |
| XYZ | 42.35 | 45.8 | 18.16 | - |
| YUV | 176.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 98 | 0 | 0.1 | 0.51 | 0.22 | 48.24 | 0.48 | 0.58 |
| Hex | C8 | B4 | 62 | 0 | A | 33 | 16 | 30 | 30 | 3A |
| Octal | 310 | 264 | 142 | 0 | 12 | 63 | 26 | 60 | 60 | 72 |
| Binary | 11001000 | 10110100 | 1100010 | 0 | 1010 | 110011 | 10110 | 110000 | 110000 | 111010 |
Color Harmonies of #C8B462
Complementary color
Monochromatic Colors of #C8B462
Black with #C8B462
Text Example
Text Example
White with #C8B462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B462; }
p { color: rgb(200,180,98); }
H1.HeaderClassName
{
color: #C8B462;
}
.AnyTagClassName
{
color: #C8B462;
}
</style>
background-color css
<style>
a { background-color: #C8B462; }
a { background-color: rgb(200,180,98); }
div.DivClassName
{
background-color: #C8B462;
}
.BgClassName
{
background-color: #C8B462;
}
</style>
border-color css
<style>
span { border-color: #C8B462; }
span { border-color: rgb(200,180,98); }
td.TdClassName
{
border-color: #C8B462;
}
.TagClassName
{
border-color: #C8B462;
}
</style>