Shades of Tacha #C7B857
Tints of Tacha #C7B857
RGB
CMYK
RGB Variations
Color information
#C7B857 (or 0xC7B857) is known color: Tacha. HEX triplet: C7, B8 and 57. RGB value is (199,184,87). Sum of RGB (Red+Green+Blue) = 199+184+87=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B857 is #3847A8. Grayscale: #B1B1B1. Windows color (decimal): -3688361 or 5748935. OLE color: 5748935.
HSL color Cylindrical-coordinate representation of color #C7B857: hue angle of 51.96º 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 #C7B857 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 87 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.22 |
| HSL | 51.96º | 0.5% | 0.56% | - |
| HSV(B) | 51.96º | 0.56% | 0.78% | - |
| XYZ | 42.41 | 47.11 | 15.87 | - |
| YUV | 177.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 87 | 0 | 0.08 | 0.56 | 0.22 | 51.96 | 0.5 | 0.56 |
| Hex | C7 | B8 | 57 | 0 | 8 | 38 | 16 | 34 | 32 | 38 |
| Octal | 307 | 270 | 127 | 0 | 10 | 70 | 26 | 64 | 62 | 70 |
| Binary | 11000111 | 10111000 | 1010111 | 0 | 1000 | 111000 | 10110 | 110100 | 110010 | 111000 |
Color Harmonies of #C7B857
Complementary color
Monochromatic Colors of #C7B857
Black with #C7B857
Text Example
Text Example
White with #C7B857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B857; }
p { color: rgb(199,184,87); }
H1.HeaderClassName
{
color: #C7B857;
}
.AnyTagClassName
{
color: #C7B857;
}
</style>
background-color css
<style>
a { background-color: #C7B857; }
a { background-color: rgb(199,184,87); }
div.DivClassName
{
background-color: #C7B857;
}
.BgClassName
{
background-color: #C7B857;
}
</style>
border-color css
<style>
span { border-color: #C7B857; }
span { border-color: rgb(199,184,87); }
td.TdClassName
{
border-color: #C7B857;
}
.TagClassName
{
border-color: #C7B857;
}
</style>