Shades of Tacha #C7B765
Tints of Tacha #C7B765
RGB
CMYK
RGB Variations
Color information
#C7B765 (or 0xC7B765) is known color: Tacha. HEX triplet: C7, B7 and 65. RGB value is (199,183,101). Sum of RGB (Red+Green+Blue) = 199+183+101=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B765 is #38489A. Grayscale: #B2B2B2. Windows color (decimal): -3688603 or 6666183. OLE color: 6666183.
HSL color Cylindrical-coordinate representation of color #C7B765: hue angle of 50.2º 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 #C7B765 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 101 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.22 |
| HSL | 50.2º | 0.47% | 0.59% | - |
| HSV(B) | 50.2º | 0.49% | 0.78% | - |
| XYZ | 42.84 | 46.95 | 19.12 | - |
| YUV | 178.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 101 | 0 | 0.08 | 0.49 | 0.22 | 50.2 | 0.47 | 0.59 |
| Hex | C7 | B7 | 65 | 0 | 8 | 31 | 16 | 32 | 2F | 3B |
| Octal | 307 | 267 | 145 | 0 | 10 | 61 | 26 | 62 | 57 | 73 |
| Binary | 11000111 | 10110111 | 1100101 | 0 | 1000 | 110001 | 10110 | 110010 | 101111 | 111011 |
Color Harmonies of #C7B765
Complementary color
Monochromatic Colors of #C7B765
Black with #C7B765
Text Example
Text Example
White with #C7B765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B765; }
p { color: rgb(199,183,101); }
H1.HeaderClassName
{
color: #C7B765;
}
.AnyTagClassName
{
color: #C7B765;
}
</style>
background-color css
<style>
a { background-color: #C7B765; }
a { background-color: rgb(199,183,101); }
div.DivClassName
{
background-color: #C7B765;
}
.BgClassName
{
background-color: #C7B765;
}
</style>
border-color css
<style>
span { border-color: #C7B765; }
span { border-color: rgb(199,183,101); }
td.TdClassName
{
border-color: #C7B765;
}
.TagClassName
{
border-color: #C7B765;
}
</style>