Shades of Tacha #C7B565
Tints of Tacha #C7B565
RGB
CMYK
RGB Variations
Color information
#C7B565 (or 0xC7B565) is known color: Tacha. HEX triplet: C7, B5 and 65. RGB value is (199,181,101). Sum of RGB (Red+Green+Blue) = 199+181+101=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B565 is #384A9A. Grayscale: #B1B1B1. Windows color (decimal): -3689115 or 6665671. OLE color: 6665671.
HSL color Cylindrical-coordinate representation of color #C7B565: hue angle of 48.98º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7B565 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 101 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.22 |
| HSL | 48.98º | 0.47% | 0.59% | - |
| HSV(B) | 48.98º | 0.49% | 0.78% | - |
| XYZ | 42.43 | 46.13 | 18.98 | - |
| YUV | 177.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 101 | 0 | 0.09 | 0.49 | 0.22 | 48.98 | 0.47 | 0.59 |
| Hex | C7 | B5 | 65 | 0 | 9 | 31 | 16 | 31 | 2F | 3B |
| Octal | 307 | 265 | 145 | 0 | 11 | 61 | 26 | 61 | 57 | 73 |
| Binary | 11000111 | 10110101 | 1100101 | 0 | 1001 | 110001 | 10110 | 110001 | 101111 | 111011 |
Color Harmonies of #C7B565
Complementary color
Monochromatic Colors of #C7B565
Black with #C7B565
Text Example
Text Example
White with #C7B565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B565; }
p { color: rgb(199,181,101); }
H1.HeaderClassName
{
color: #C7B565;
}
.AnyTagClassName
{
color: #C7B565;
}
</style>
background-color css
<style>
a { background-color: #C7B565; }
a { background-color: rgb(199,181,101); }
div.DivClassName
{
background-color: #C7B565;
}
.BgClassName
{
background-color: #C7B565;
}
</style>
border-color css
<style>
span { border-color: #C7B565; }
span { border-color: rgb(199,181,101); }
td.TdClassName
{
border-color: #C7B565;
}
.TagClassName
{
border-color: #C7B565;
}
</style>