Shades of Tacha #CEB957
Tints of Tacha #CEB957
RGB
CMYK
RGB Variations
Color information
#CEB957 (or 0xCEB957) is known color: Tacha. HEX triplet: CE, B9 and 57. RGB value is (206,185,87). Sum of RGB (Red+Green+Blue) = 206+185+87=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB957 is #3146A8. Grayscale: #B4B4B4. Windows color (decimal): -3229353 or 5749198. OLE color: 5749198.
HSL color Cylindrical-coordinate representation of color #CEB957: hue angle of 49.41º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEB957 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 87 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.19 |
| HSL | 49.41º | 0.55% | 0.57% | - |
| HSV(B) | 49.41º | 0.58% | 0.81% | - |
| XYZ | 44.52 | 48.51 | 16.03 | - |
| YUV | 180.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 87 | 0 | 0.10 | 0.58 | 0.19 | 49.41 | 0.55 | 0.57 |
| Hex | CE | B9 | 57 | 0 | A | 3A | 13 | 31 | 37 | 39 |
| Octal | 316 | 271 | 127 | 0 | 12 | 72 | 23 | 61 | 67 | 71 |
| Binary | 11001110 | 10111001 | 1010111 | 0 | 1010 | 111010 | 10011 | 110001 | 110111 | 111001 |
Color Harmonies of #CEB957
Complementary color
Monochromatic Colors of #CEB957
Black with #CEB957
Text Example
Text Example
White with #CEB957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB957; }
p { color: rgb(206,185,87); }
H1.HeaderClassName
{
color: #CEB957;
}
.AnyTagClassName
{
color: #CEB957;
}
</style>
background-color css
<style>
a { background-color: #CEB957; }
a { background-color: rgb(206,185,87); }
div.DivClassName
{
background-color: #CEB957;
}
.BgClassName
{
background-color: #CEB957;
}
</style>
border-color css
<style>
span { border-color: #CEB957; }
span { border-color: rgb(206,185,87); }
td.TdClassName
{
border-color: #CEB957;
}
.TagClassName
{
border-color: #CEB957;
}
</style>