Shades of Tacha #CEB764
Tints of Tacha #CEB764
RGB
CMYK
RGB Variations
Color information
#CEB764 (or 0xCEB764) is known color: Tacha. HEX triplet: CE, B7 and 64. RGB value is (206,183,100). Sum of RGB (Red+Green+Blue) = 206+183+100=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB764 is #31489B. Grayscale: #B4B4B4. Windows color (decimal): -3229852 or 6600654. OLE color: 6600654.
HSL color Cylindrical-coordinate representation of color #CEB764: hue angle of 46.98º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEB764 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 100 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.19 |
| HSL | 46.98º | 0.52% | 0.6% | - |
| HSV(B) | 46.98º | 0.51% | 0.81% | - |
| XYZ | 44.69 | 47.91 | 18.95 | - |
| YUV | 180.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 100 | 0 | 0.11 | 0.51 | 0.19 | 46.98 | 0.52 | 0.6 |
| Hex | CE | B7 | 64 | 0 | B | 33 | 13 | 2F | 34 | 3C |
| Octal | 316 | 267 | 144 | 0 | 13 | 63 | 23 | 57 | 64 | 74 |
| Binary | 11001110 | 10110111 | 1100100 | 0 | 1011 | 110011 | 10011 | 101111 | 110100 | 111100 |
Color Harmonies of #CEB764
Complementary color
Monochromatic Colors of #CEB764
Black with #CEB764
Text Example
Text Example
White with #CEB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB764; }
p { color: rgb(206,183,100); }
H1.HeaderClassName
{
color: #CEB764;
}
.AnyTagClassName
{
color: #CEB764;
}
</style>
background-color css
<style>
a { background-color: #CEB764; }
a { background-color: rgb(206,183,100); }
div.DivClassName
{
background-color: #CEB764;
}
.BgClassName
{
background-color: #CEB764;
}
</style>
border-color css
<style>
span { border-color: #CEB764; }
span { border-color: rgb(206,183,100); }
td.TdClassName
{
border-color: #CEB764;
}
.TagClassName
{
border-color: #CEB764;
}
</style>