Shades of Tacha #CEBC5D
Tints of Tacha #CEBC5D
RGB
CMYK
RGB Variations
Color information
#CEBC5D (or 0xCEBC5D) is known color: Tacha. HEX triplet: CE, BC and 5D. RGB value is (206,188,93). Sum of RGB (Red+Green+Blue) = 206+188+93=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC5D is #3143A2. Grayscale: #B6B6B6. Windows color (decimal): -3228579 or 6143182. OLE color: 6143182.
HSL color Cylindrical-coordinate representation of color #CEBC5D: hue angle of 50.44º 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 #CEBC5D is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 93 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.19 |
| HSL | 50.44º | 0.54% | 0.59% | - |
| HSV(B) | 50.44º | 0.55% | 0.81% | - |
| XYZ | 45.41 | 49.88 | 17.59 | - |
| YUV | 182.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 93 | 0 | 0.09 | 0.55 | 0.19 | 50.44 | 0.54 | 0.59 |
| Hex | CE | BC | 5D | 0 | 9 | 37 | 13 | 32 | 36 | 3B |
| Octal | 316 | 274 | 135 | 0 | 11 | 67 | 23 | 62 | 66 | 73 |
| Binary | 11001110 | 10111100 | 1011101 | 0 | 1001 | 110111 | 10011 | 110010 | 110110 | 111011 |
Color Harmonies of #CEBC5D
Complementary color
Monochromatic Colors of #CEBC5D
Black with #CEBC5D
Text Example
Text Example
White with #CEBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC5D; }
p { color: rgb(206,188,93); }
H1.HeaderClassName
{
color: #CEBC5D;
}
.AnyTagClassName
{
color: #CEBC5D;
}
</style>
background-color css
<style>
a { background-color: #CEBC5D; }
a { background-color: rgb(206,188,93); }
div.DivClassName
{
background-color: #CEBC5D;
}
.BgClassName
{
background-color: #CEBC5D;
}
</style>
border-color css
<style>
span { border-color: #CEBC5D; }
span { border-color: rgb(206,188,93); }
td.TdClassName
{
border-color: #CEBC5D;
}
.TagClassName
{
border-color: #CEBC5D;
}
</style>