Shades of Tacha #CEB459
Tints of Tacha #CEB459
RGB
CMYK
RGB Variations
Color information
#CEB459 (or 0xCEB459) is known color: Tacha. HEX triplet: CE, B4 and 59. RGB value is (206,180,89). Sum of RGB (Red+Green+Blue) = 206+180+89=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB459 is #314BA6. Grayscale: #B1B1B1. Windows color (decimal): -3230631 or 5878990. OLE color: 5878990.
HSL color Cylindrical-coordinate representation of color #CEB459: hue angle of 46.67º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEB459 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 89 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.19 |
| HSL | 46.67º | 0.54% | 0.58% | - |
| HSV(B) | 46.67º | 0.57% | 0.81% | - |
| XYZ | 43.58 | 46.49 | 16.13 | - |
| YUV | 177.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 89 | 0 | 0.13 | 0.57 | 0.19 | 46.67 | 0.54 | 0.58 |
| Hex | CE | B4 | 59 | 0 | D | 39 | 13 | 2F | 36 | 3A |
| Octal | 316 | 264 | 131 | 0 | 15 | 71 | 23 | 57 | 66 | 72 |
| Binary | 11001110 | 10110100 | 1011001 | 0 | 1101 | 111001 | 10011 | 101111 | 110110 | 111010 |
Color Harmonies of #CEB459
Complementary color
Monochromatic Colors of #CEB459
Black with #CEB459
Text Example
Text Example
White with #CEB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB459; }
p { color: rgb(206,180,89); }
H1.HeaderClassName
{
color: #CEB459;
}
.AnyTagClassName
{
color: #CEB459;
}
</style>
background-color css
<style>
a { background-color: #CEB459; }
a { background-color: rgb(206,180,89); }
div.DivClassName
{
background-color: #CEB459;
}
.BgClassName
{
background-color: #CEB459;
}
</style>
border-color css
<style>
span { border-color: #CEB459; }
span { border-color: rgb(206,180,89); }
td.TdClassName
{
border-color: #CEB459;
}
.TagClassName
{
border-color: #CEB459;
}
</style>