Shades of Tacha #C7B557
Tints of Tacha #C7B557
RGB
CMYK
RGB Variations
Color information
#C7B557 (or 0xC7B557) is known color: Tacha. HEX triplet: C7, B5 and 57. RGB value is (199,181,87). Sum of RGB (Red+Green+Blue) = 199+181+87=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B557 is #384AA8. Grayscale: #B0B0B0. Windows color (decimal): -3689129 or 5748167. OLE color: 5748167.
HSL color Cylindrical-coordinate representation of color #C7B557: hue angle of 50.36º degrees, saturation: 0.5, 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 #C7B557 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 87 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.22 |
| HSL | 50.36º | 0.5% | 0.56% | - |
| HSV(B) | 50.36º | 0.56% | 0.78% | - |
| XYZ | 41.8 | 45.88 | 15.67 | - |
| YUV | 175.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 87 | 0 | 0.09 | 0.56 | 0.22 | 50.36 | 0.5 | 0.56 |
| Hex | C7 | B5 | 57 | 0 | 9 | 38 | 16 | 32 | 32 | 38 |
| Octal | 307 | 265 | 127 | 0 | 11 | 70 | 26 | 62 | 62 | 70 |
| Binary | 11000111 | 10110101 | 1010111 | 0 | 1001 | 111000 | 10110 | 110010 | 110010 | 111000 |
Color Harmonies of #C7B557
Complementary color
Monochromatic Colors of #C7B557
Black with #C7B557
Text Example
Text Example
White with #C7B557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B557; }
p { color: rgb(199,181,87); }
H1.HeaderClassName
{
color: #C7B557;
}
.AnyTagClassName
{
color: #C7B557;
}
</style>
background-color css
<style>
a { background-color: #C7B557; }
a { background-color: rgb(199,181,87); }
div.DivClassName
{
background-color: #C7B557;
}
.BgClassName
{
background-color: #C7B557;
}
</style>
border-color css
<style>
span { border-color: #C7B557; }
span { border-color: rgb(199,181,87); }
td.TdClassName
{
border-color: #C7B557;
}
.TagClassName
{
border-color: #C7B557;
}
</style>