Shades of Tacha #C7B45C
Tints of Tacha #C7B45C
RGB
CMYK
RGB Variations
Color information
#C7B45C (or 0xC7B45C) is known color: Tacha. HEX triplet: C7, B4 and 5C. RGB value is (199,180,92). Sum of RGB (Red+Green+Blue) = 199+180+92=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B45C is #384BA3. Grayscale: #B0B0B0. Windows color (decimal): -3689380 or 6075591. OLE color: 6075591.
HSL color Cylindrical-coordinate representation of color #C7B45C: hue angle of 49.35º 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 #C7B45C is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 92 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.22 |
| HSL | 49.35º | 0.49% | 0.57% | - |
| HSV(B) | 49.35º | 0.54% | 0.78% | - |
| XYZ | 41.81 | 45.56 | 16.72 | - |
| YUV | 175.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 92 | 0 | 0.10 | 0.54 | 0.22 | 49.35 | 0.49 | 0.57 |
| Hex | C7 | B4 | 5C | 0 | A | 36 | 16 | 31 | 31 | 39 |
| Octal | 307 | 264 | 134 | 0 | 12 | 66 | 26 | 61 | 61 | 71 |
| Binary | 11000111 | 10110100 | 1011100 | 0 | 1010 | 110110 | 10110 | 110001 | 110001 | 111001 |
Color Harmonies of #C7B45C
Complementary color
Monochromatic Colors of #C7B45C
Black with #C7B45C
Text Example
Text Example
White with #C7B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B45C; }
p { color: rgb(199,180,92); }
H1.HeaderClassName
{
color: #C7B45C;
}
.AnyTagClassName
{
color: #C7B45C;
}
</style>
background-color css
<style>
a { background-color: #C7B45C; }
a { background-color: rgb(199,180,92); }
div.DivClassName
{
background-color: #C7B45C;
}
.BgClassName
{
background-color: #C7B45C;
}
</style>
border-color css
<style>
span { border-color: #C7B45C; }
span { border-color: rgb(199,180,92); }
td.TdClassName
{
border-color: #C7B45C;
}
.TagClassName
{
border-color: #C7B45C;
}
</style>