Shades of Tacha #C7B55C
Tints of Tacha #C7B55C
RGB
CMYK
RGB Variations
Color information
#C7B55C (or 0xC7B55C) is known color: Tacha. HEX triplet: C7, B5 and 5C. RGB value is (199,181,92). Sum of RGB (Red+Green+Blue) = 199+181+92=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B55C is #384AA3. Grayscale: #B0B0B0. Windows color (decimal): -3689124 or 6075847. OLE color: 6075847.
HSL color Cylindrical-coordinate representation of color #C7B55C: hue angle of 49.91º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7B55C is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 92 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.22 |
| HSL | 49.91º | 0.49% | 0.57% | - |
| HSV(B) | 49.91º | 0.54% | 0.78% | - |
| XYZ | 42.01 | 45.96 | 16.78 | - |
| YUV | 176.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 92 | 0 | 0.09 | 0.54 | 0.22 | 49.91 | 0.49 | 0.57 |
| Hex | C7 | B5 | 5C | 0 | 9 | 36 | 16 | 32 | 31 | 39 |
| Octal | 307 | 265 | 134 | 0 | 11 | 66 | 26 | 62 | 61 | 71 |
| Binary | 11000111 | 10110101 | 1011100 | 0 | 1001 | 110110 | 10110 | 110010 | 110001 | 111001 |
Color Harmonies of #C7B55C
Complementary color
Monochromatic Colors of #C7B55C
Black with #C7B55C
Text Example
Text Example
White with #C7B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B55C; }
p { color: rgb(199,181,92); }
H1.HeaderClassName
{
color: #C7B55C;
}
.AnyTagClassName
{
color: #C7B55C;
}
</style>
background-color css
<style>
a { background-color: #C7B55C; }
a { background-color: rgb(199,181,92); }
div.DivClassName
{
background-color: #C7B55C;
}
.BgClassName
{
background-color: #C7B55C;
}
</style>
border-color css
<style>
span { border-color: #C7B55C; }
span { border-color: rgb(199,181,92); }
td.TdClassName
{
border-color: #C7B55C;
}
.TagClassName
{
border-color: #C7B55C;
}
</style>