Shades of Tacha #C7B55F
Tints of Tacha #C7B55F
RGB
CMYK
RGB Variations
Color information
#C7B55F (or 0xC7B55F) is known color: Tacha. HEX triplet: C7, B5 and 5F. RGB value is (199,181,95). Sum of RGB (Red+Green+Blue) = 199+181+95=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B55F is #384AA0. Grayscale: #B0B0B0. Windows color (decimal): -3689121 or 6272455. OLE color: 6272455.
HSL color Cylindrical-coordinate representation of color #C7B55F: hue angle of 49.62º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7B55F is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 95 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.22 |
| HSL | 49.62º | 0.48% | 0.58% | - |
| HSV(B) | 49.62º | 0.52% | 0.78% | - |
| XYZ | 42.14 | 46.02 | 17.49 | - |
| YUV | 176.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 95 | 0 | 0.09 | 0.52 | 0.22 | 49.62 | 0.48 | 0.58 |
| Hex | C7 | B5 | 5F | 0 | 9 | 34 | 16 | 32 | 30 | 3A |
| Octal | 307 | 265 | 137 | 0 | 11 | 64 | 26 | 62 | 60 | 72 |
| Binary | 11000111 | 10110101 | 1011111 | 0 | 1001 | 110100 | 10110 | 110010 | 110000 | 111010 |
Color Harmonies of #C7B55F
Complementary color
Monochromatic Colors of #C7B55F
Black with #C7B55F
Text Example
Text Example
White with #C7B55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B55F; }
p { color: rgb(199,181,95); }
H1.HeaderClassName
{
color: #C7B55F;
}
.AnyTagClassName
{
color: #C7B55F;
}
</style>
background-color css
<style>
a { background-color: #C7B55F; }
a { background-color: rgb(199,181,95); }
div.DivClassName
{
background-color: #C7B55F;
}
.BgClassName
{
background-color: #C7B55F;
}
</style>
border-color css
<style>
span { border-color: #C7B55F; }
span { border-color: rgb(199,181,95); }
td.TdClassName
{
border-color: #C7B55F;
}
.TagClassName
{
border-color: #C7B55F;
}
</style>