Shades of Tacha #C8B465
Tints of Tacha #C8B465
RGB
CMYK
RGB Variations
Color information
#C8B465 (or 0xC8B465) is known color: Tacha. HEX triplet: C8, B4 and 65. RGB value is (200,180,101). Sum of RGB (Red+Green+Blue) = 200+180+101=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B465 is #374B9A. Grayscale: #B1B1B1. Windows color (decimal): -3623835 or 6665416. OLE color: 6665416.
HSL color Cylindrical-coordinate representation of color #C8B465: hue angle of 47.88º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8B465 is Cyan = 0, Magento = 0.1, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 101 | - |
| CMYK | 0 | 0.1 | 0.49 | 0.22 |
| HSL | 47.88º | 0.47% | 0.59% | - |
| HSV(B) | 47.88º | 0.5% | 0.78% | - |
| XYZ | 42.49 | 45.86 | 18.92 | - |
| YUV | 176.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 101 | 0 | 0.1 | 0.49 | 0.22 | 47.88 | 0.47 | 0.59 |
| Hex | C8 | B4 | 65 | 0 | A | 31 | 16 | 30 | 2F | 3B |
| Octal | 310 | 264 | 145 | 0 | 12 | 61 | 26 | 60 | 57 | 73 |
| Binary | 11001000 | 10110100 | 1100101 | 0 | 1010 | 110001 | 10110 | 110000 | 101111 | 111011 |
Color Harmonies of #C8B465
Complementary color
Monochromatic Colors of #C8B465
Black with #C8B465
Text Example
Text Example
White with #C8B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B465; }
p { color: rgb(200,180,101); }
H1.HeaderClassName
{
color: #C8B465;
}
.AnyTagClassName
{
color: #C8B465;
}
</style>
background-color css
<style>
a { background-color: #C8B465; }
a { background-color: rgb(200,180,101); }
div.DivClassName
{
background-color: #C8B465;
}
.BgClassName
{
background-color: #C8B465;
}
</style>
border-color css
<style>
span { border-color: #C8B465; }
span { border-color: rgb(200,180,101); }
td.TdClassName
{
border-color: #C8B465;
}
.TagClassName
{
border-color: #C8B465;
}
</style>