Shades of Tacha #CEBE5D
Tints of Tacha #CEBE5D
RGB
CMYK
RGB Variations
Color information
#CEBE5D (or 0xCEBE5D) is known color: Tacha. HEX triplet: CE, BE and 5D. RGB value is (206,190,93). Sum of RGB (Red+Green+Blue) = 206+190+93=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE5D is #3141A2. Grayscale: #B8B8B8. Windows color (decimal): -3228067 or 6143694. OLE color: 6143694.
HSL color Cylindrical-coordinate representation of color #CEBE5D: hue angle of 51.5º 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 #CEBE5D is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 93 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.19 |
| HSL | 51.5º | 0.54% | 0.59% | - |
| HSV(B) | 51.5º | 0.55% | 0.81% | - |
| XYZ | 45.84 | 50.74 | 17.73 | - |
| YUV | 183.73 | 76.8 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 93 | 0 | 0.08 | 0.55 | 0.19 | 51.5 | 0.54 | 0.59 |
| Hex | CE | BE | 5D | 0 | 8 | 37 | 13 | 34 | 36 | 3B |
| Octal | 316 | 276 | 135 | 0 | 10 | 67 | 23 | 64 | 66 | 73 |
| Binary | 11001110 | 10111110 | 1011101 | 0 | 1000 | 110111 | 10011 | 110100 | 110110 | 111011 |
Color Harmonies of #CEBE5D
Complementary color
Monochromatic Colors of #CEBE5D
Black with #CEBE5D
Text Example
Text Example
White with #CEBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE5D; }
p { color: rgb(206,190,93); }
H1.HeaderClassName
{
color: #CEBE5D;
}
.AnyTagClassName
{
color: #CEBE5D;
}
</style>
background-color css
<style>
a { background-color: #CEBE5D; }
a { background-color: rgb(206,190,93); }
div.DivClassName
{
background-color: #CEBE5D;
}
.BgClassName
{
background-color: #CEBE5D;
}
</style>
border-color css
<style>
span { border-color: #CEBE5D; }
span { border-color: rgb(206,190,93); }
td.TdClassName
{
border-color: #CEBE5D;
}
.TagClassName
{
border-color: #CEBE5D;
}
</style>