Shades of Tacha #CEB953
Tints of Tacha #CEB953
RGB
CMYK
RGB Variations
Color information
#CEB953 (or 0xCEB953) is known color: Tacha. HEX triplet: CE, B9 and 53. RGB value is (206,185,83). Sum of RGB (Red+Green+Blue) = 206+185+83=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 83 (32.81% from 255 or 17.51% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB953 is #3146AC. Grayscale: #B4B4B4. Windows color (decimal): -3229357 or 5487054. OLE color: 5487054.
HSL color Cylindrical-coordinate representation of color #CEB953: hue angle of 49.76º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEB953 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 83 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.19 |
| HSL | 49.76º | 0.56% | 0.57% | - |
| HSV(B) | 49.76º | 0.6% | 0.81% | - |
| XYZ | 44.36 | 48.44 | 15.2 | - |
| YUV | 179.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 83 | 0 | 0.10 | 0.60 | 0.19 | 49.76 | 0.56 | 0.57 |
| Hex | CE | B9 | 53 | 0 | A | 3C | 13 | 32 | 38 | 39 |
| Octal | 316 | 271 | 123 | 0 | 12 | 74 | 23 | 62 | 70 | 71 |
| Binary | 11001110 | 10111001 | 1010011 | 0 | 1010 | 111100 | 10011 | 110010 | 111000 | 111001 |
Color Harmonies of #CEB953
Complementary color
Monochromatic Colors of #CEB953
Black with #CEB953
Text Example
Text Example
White with #CEB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB953; }
p { color: rgb(206,185,83); }
H1.HeaderClassName
{
color: #CEB953;
}
.AnyTagClassName
{
color: #CEB953;
}
</style>
background-color css
<style>
a { background-color: #CEB953; }
a { background-color: rgb(206,185,83); }
div.DivClassName
{
background-color: #CEB953;
}
.BgClassName
{
background-color: #CEB953;
}
</style>
border-color css
<style>
span { border-color: #CEB953; }
span { border-color: rgb(206,185,83); }
td.TdClassName
{
border-color: #CEB953;
}
.TagClassName
{
border-color: #CEB953;
}
</style>