Shades of Tacha #C8B56A
Tints of Tacha #C8B56A
RGB
CMYK
RGB Variations
Color information
#C8B56A (or 0xC8B56A) is known color: Tacha. HEX triplet: C8, B5 and 6A. RGB value is (200,181,106). Sum of RGB (Red+Green+Blue) = 200+181+106=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B56A is #374A95. Grayscale: #B2B2B2. Windows color (decimal): -3623574 or 6993352. OLE color: 6993352.
HSL color Cylindrical-coordinate representation of color #C8B56A: hue angle of 47.87º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8B56A is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 106 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.22 |
| HSL | 47.87º | 0.46% | 0.6% | - |
| HSV(B) | 47.87º | 0.47% | 0.78% | - |
| XYZ | 42.94 | 46.37 | 20.32 | - |
| YUV | 178.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 106 | 0 | 0.09 | 0.47 | 0.22 | 47.87 | 0.46 | 0.6 |
| Hex | C8 | B5 | 6A | 0 | 9 | 2F | 16 | 30 | 2E | 3C |
| Octal | 310 | 265 | 152 | 0 | 11 | 57 | 26 | 60 | 56 | 74 |
| Binary | 11001000 | 10110101 | 1101010 | 0 | 1001 | 101111 | 10110 | 110000 | 101110 | 111100 |
Color Harmonies of #C8B56A
Complementary color
Monochromatic Colors of #C8B56A
Black with #C8B56A
Text Example
Text Example
White with #C8B56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B56A; }
p { color: rgb(200,181,106); }
H1.HeaderClassName
{
color: #C8B56A;
}
.AnyTagClassName
{
color: #C8B56A;
}
</style>
background-color css
<style>
a { background-color: #C8B56A; }
a { background-color: rgb(200,181,106); }
div.DivClassName
{
background-color: #C8B56A;
}
.BgClassName
{
background-color: #C8B56A;
}
</style>
border-color css
<style>
span { border-color: #C8B56A; }
span { border-color: rgb(200,181,106); }
td.TdClassName
{
border-color: #C8B56A;
}
.TagClassName
{
border-color: #C8B56A;
}
</style>