Shades of Tacha #CEB760
Tints of Tacha #CEB760
RGB
CMYK
RGB Variations
Color information
#CEB760 (or 0xCEB760) is known color: Tacha. HEX triplet: CE, B7 and 60. RGB value is (206,183,96). Sum of RGB (Red+Green+Blue) = 206+183+96=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB760 is #31489F. Grayscale: #B4B4B4. Windows color (decimal): -3229856 or 6338510. OLE color: 6338510.
HSL color Cylindrical-coordinate representation of color #CEB760: hue angle of 47.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEB760 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 96 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.19 |
| HSL | 47.45º | 0.53% | 0.59% | - |
| HSV(B) | 47.45º | 0.53% | 0.81% | - |
| XYZ | 44.5 | 47.83 | 17.95 | - |
| YUV | 179.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 96 | 0 | 0.11 | 0.53 | 0.19 | 47.45 | 0.53 | 0.59 |
| Hex | CE | B7 | 60 | 0 | B | 35 | 13 | 2F | 35 | 3B |
| Octal | 316 | 267 | 140 | 0 | 13 | 65 | 23 | 57 | 65 | 73 |
| Binary | 11001110 | 10110111 | 1100000 | 0 | 1011 | 110101 | 10011 | 101111 | 110101 | 111011 |
Color Harmonies of #CEB760
Complementary color
Monochromatic Colors of #CEB760
Black with #CEB760
Text Example
Text Example
White with #CEB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB760; }
p { color: rgb(206,183,96); }
H1.HeaderClassName
{
color: #CEB760;
}
.AnyTagClassName
{
color: #CEB760;
}
</style>
background-color css
<style>
a { background-color: #CEB760; }
a { background-color: rgb(206,183,96); }
div.DivClassName
{
background-color: #CEB760;
}
.BgClassName
{
background-color: #CEB760;
}
</style>
border-color css
<style>
span { border-color: #CEB760; }
span { border-color: rgb(206,183,96); }
td.TdClassName
{
border-color: #CEB760;
}
.TagClassName
{
border-color: #CEB760;
}
</style>