Shades of Tacha #C7B468
Tints of Tacha #C7B468
RGB
CMYK
RGB Variations
Color information
#C7B468 (or 0xC7B468) is known color: Tacha. HEX triplet: C7, B4 and 68. RGB value is (199,180,104). Sum of RGB (Red+Green+Blue) = 199+180+104=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B468 is #384B97. Grayscale: #B1B1B1. Windows color (decimal): -3689368 or 6862023. OLE color: 6862023.
HSL color Cylindrical-coordinate representation of color #C7B468: hue angle of 48º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7B468 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 104 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.22 |
| HSL | 48º | 0.46% | 0.59% | - |
| HSV(B) | 48º | 0.48% | 0.78% | - |
| XYZ | 42.37 | 45.78 | 19.7 | - |
| YUV | 177.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 104 | 0 | 0.10 | 0.48 | 0.22 | 48 | 0.46 | 0.59 |
| Hex | C7 | B4 | 68 | 0 | A | 30 | 16 | 30 | 2E | 3B |
| Octal | 307 | 264 | 150 | 0 | 12 | 60 | 26 | 60 | 56 | 73 |
| Binary | 11000111 | 10110100 | 1101000 | 0 | 1010 | 110000 | 10110 | 110000 | 101110 | 111011 |
Color Harmonies of #C7B468
Complementary color
Monochromatic Colors of #C7B468
Black with #C7B468
Text Example
Text Example
White with #C7B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B468; }
p { color: rgb(199,180,104); }
H1.HeaderClassName
{
color: #C7B468;
}
.AnyTagClassName
{
color: #C7B468;
}
</style>
background-color css
<style>
a { background-color: #C7B468; }
a { background-color: rgb(199,180,104); }
div.DivClassName
{
background-color: #C7B468;
}
.BgClassName
{
background-color: #C7B468;
}
</style>
border-color css
<style>
span { border-color: #C7B468; }
span { border-color: rgb(199,180,104); }
td.TdClassName
{
border-color: #C7B468;
}
.TagClassName
{
border-color: #C7B468;
}
</style>