Shades of Tacha #CEBA5D
Tints of Tacha #CEBA5D
RGB
CMYK
RGB Variations
Color information
#CEBA5D (or 0xCEBA5D) is known color: Tacha. HEX triplet: CE, BA and 5D. RGB value is (206,186,93). Sum of RGB (Red+Green+Blue) = 206+186+93=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA5D is #3145A2. Grayscale: #B5B5B5. Windows color (decimal): -3229091 or 6142670. OLE color: 6142670.
HSL color Cylindrical-coordinate representation of color #CEBA5D: hue angle of 49.38º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEBA5D is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 93 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.19 |
| HSL | 49.38º | 0.54% | 0.59% | - |
| HSV(B) | 49.38º | 0.55% | 0.81% | - |
| XYZ | 44.99 | 49.03 | 17.45 | - |
| YUV | 181.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 93 | 0 | 0.10 | 0.55 | 0.19 | 49.38 | 0.54 | 0.59 |
| Hex | CE | BA | 5D | 0 | A | 37 | 13 | 31 | 36 | 3B |
| Octal | 316 | 272 | 135 | 0 | 12 | 67 | 23 | 61 | 66 | 73 |
| Binary | 11001110 | 10111010 | 1011101 | 0 | 1010 | 110111 | 10011 | 110001 | 110110 | 111011 |
Color Harmonies of #CEBA5D
Complementary color
Monochromatic Colors of #CEBA5D
Black with #CEBA5D
Text Example
Text Example
White with #CEBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA5D; }
p { color: rgb(206,186,93); }
H1.HeaderClassName
{
color: #CEBA5D;
}
.AnyTagClassName
{
color: #CEBA5D;
}
</style>
background-color css
<style>
a { background-color: #CEBA5D; }
a { background-color: rgb(206,186,93); }
div.DivClassName
{
background-color: #CEBA5D;
}
.BgClassName
{
background-color: #CEBA5D;
}
</style>
border-color css
<style>
span { border-color: #CEBA5D; }
span { border-color: rgb(206,186,93); }
td.TdClassName
{
border-color: #CEBA5D;
}
.TagClassName
{
border-color: #CEBA5D;
}
</style>