Shades of Tacha #C8B557
Tints of Tacha #C8B557
RGB
CMYK
RGB Variations
Color information
#C8B557 (or 0xC8B557) is known color: Tacha. HEX triplet: C8, B5 and 57. RGB value is (200,181,87). Sum of RGB (Red+Green+Blue) = 200+181+87=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B557 is #374AA8. Grayscale: #B0B0B0. Windows color (decimal): -3623593 or 5748168. OLE color: 5748168.
HSL color Cylindrical-coordinate representation of color #C8B557: hue angle of 49.91º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8B557 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 87 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.22 |
| HSL | 49.91º | 0.51% | 0.56% | - |
| HSV(B) | 49.91º | 0.57% | 0.78% | - |
| XYZ | 42.06 | 46.02 | 15.68 | - |
| YUV | 175.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 87 | 0 | 0.09 | 0.56 | 0.22 | 49.91 | 0.51 | 0.56 |
| Hex | C8 | B5 | 57 | 0 | 9 | 38 | 16 | 32 | 33 | 38 |
| Octal | 310 | 265 | 127 | 0 | 11 | 70 | 26 | 62 | 63 | 70 |
| Binary | 11001000 | 10110101 | 1010111 | 0 | 1001 | 111000 | 10110 | 110010 | 110011 | 111000 |
Color Harmonies of #C8B557
Complementary color
Monochromatic Colors of #C8B557
Black with #C8B557
Text Example
Text Example
White with #C8B557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B557; }
p { color: rgb(200,181,87); }
H1.HeaderClassName
{
color: #C8B557;
}
.AnyTagClassName
{
color: #C8B557;
}
</style>
background-color css
<style>
a { background-color: #C8B557; }
a { background-color: rgb(200,181,87); }
div.DivClassName
{
background-color: #C8B557;
}
.BgClassName
{
background-color: #C8B557;
}
</style>
border-color css
<style>
span { border-color: #C8B557; }
span { border-color: rgb(200,181,87); }
td.TdClassName
{
border-color: #C8B557;
}
.TagClassName
{
border-color: #C8B557;
}
</style>