Shades of Tacha #C7B65C
Tints of Tacha #C7B65C
RGB
CMYK
RGB Variations
Color information
#C7B65C (or 0xC7B65C) is known color: Tacha. HEX triplet: C7, B6 and 5C. RGB value is (199,182,92). Sum of RGB (Red+Green+Blue) = 199+182+92=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B65C is #3849A3. Grayscale: #B1B1B1. Windows color (decimal): -3688868 or 6076103. OLE color: 6076103.
HSL color Cylindrical-coordinate representation of color #C7B65C: hue angle of 50.47º 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 #C7B65C is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 92 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.22 |
| HSL | 50.47º | 0.49% | 0.57% | - |
| HSV(B) | 50.47º | 0.54% | 0.78% | - |
| XYZ | 42.21 | 46.37 | 16.85 | - |
| YUV | 176.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 92 | 0 | 0.09 | 0.54 | 0.22 | 50.47 | 0.49 | 0.57 |
| Hex | C7 | B6 | 5C | 0 | 9 | 36 | 16 | 32 | 31 | 39 |
| Octal | 307 | 266 | 134 | 0 | 11 | 66 | 26 | 62 | 61 | 71 |
| Binary | 11000111 | 10110110 | 1011100 | 0 | 1001 | 110110 | 10110 | 110010 | 110001 | 111001 |
Color Harmonies of #C7B65C
Complementary color
Monochromatic Colors of #C7B65C
Black with #C7B65C
Text Example
Text Example
White with #C7B65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B65C; }
p { color: rgb(199,182,92); }
H1.HeaderClassName
{
color: #C7B65C;
}
.AnyTagClassName
{
color: #C7B65C;
}
</style>
background-color css
<style>
a { background-color: #C7B65C; }
a { background-color: rgb(199,182,92); }
div.DivClassName
{
background-color: #C7B65C;
}
.BgClassName
{
background-color: #C7B65C;
}
</style>
border-color css
<style>
span { border-color: #C7B65C; }
span { border-color: rgb(199,182,92); }
td.TdClassName
{
border-color: #C7B65C;
}
.TagClassName
{
border-color: #C7B65C;
}
</style>