Shades of Tacha #C8B664
Tints of Tacha #C8B664
RGB
CMYK
RGB Variations
Color information
#C8B664 (or 0xC8B664) is known color: Tacha. HEX triplet: C8, B6 and 64. RGB value is (200,182,100). Sum of RGB (Red+Green+Blue) = 200+182+100=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B664 is #37499B. Grayscale: #B2B2B2. Windows color (decimal): -3623324 or 6600392. OLE color: 6600392.
HSL color Cylindrical-coordinate representation of color #C8B664: hue angle of 49.2º degrees, saturation: 0.48, 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 #C8B664 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 100 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.22 |
| HSL | 49.2º | 0.48% | 0.59% | - |
| HSV(B) | 49.2º | 0.5% | 0.78% | - |
| XYZ | 42.85 | 46.66 | 18.8 | - |
| YUV | 178.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 100 | 0 | 0.09 | 0.5 | 0.22 | 49.2 | 0.48 | 0.59 |
| Hex | C8 | B6 | 64 | 0 | 9 | 32 | 16 | 31 | 30 | 3B |
| Octal | 310 | 266 | 144 | 0 | 11 | 62 | 26 | 61 | 60 | 73 |
| Binary | 11001000 | 10110110 | 1100100 | 0 | 1001 | 110010 | 10110 | 110001 | 110000 | 111011 |
Color Harmonies of #C8B664
Complementary color
Monochromatic Colors of #C8B664
Black with #C8B664
Text Example
Text Example
White with #C8B664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B664; }
p { color: rgb(200,182,100); }
H1.HeaderClassName
{
color: #C8B664;
}
.AnyTagClassName
{
color: #C8B664;
}
</style>
background-color css
<style>
a { background-color: #C8B664; }
a { background-color: rgb(200,182,100); }
div.DivClassName
{
background-color: #C8B664;
}
.BgClassName
{
background-color: #C8B664;
}
</style>
border-color css
<style>
span { border-color: #C8B664; }
span { border-color: rgb(200,182,100); }
td.TdClassName
{
border-color: #C8B664;
}
.TagClassName
{
border-color: #C8B664;
}
</style>