Shades of Tacha #CEBB5D
Tints of Tacha #CEBB5D
RGB
CMYK
RGB Variations
Color information
#CEBB5D (or 0xCEBB5D) is known color: Tacha. HEX triplet: CE, BB and 5D. RGB value is (206,187,93). Sum of RGB (Red+Green+Blue) = 206+187+93=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB5D is #3144A2. Grayscale: #B6B6B6. Windows color (decimal): -3228835 or 6142926. OLE color: 6142926.
HSL color Cylindrical-coordinate representation of color #CEBB5D: hue angle of 49.91º 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 #CEBB5D is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 93 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.19 |
| HSL | 49.91º | 0.54% | 0.59% | - |
| HSV(B) | 49.91º | 0.55% | 0.81% | - |
| XYZ | 45.2 | 49.45 | 17.52 | - |
| YUV | 181.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 93 | 0 | 0.09 | 0.55 | 0.19 | 49.91 | 0.54 | 0.59 |
| Hex | CE | BB | 5D | 0 | 9 | 37 | 13 | 32 | 36 | 3B |
| Octal | 316 | 273 | 135 | 0 | 11 | 67 | 23 | 62 | 66 | 73 |
| Binary | 11001110 | 10111011 | 1011101 | 0 | 1001 | 110111 | 10011 | 110010 | 110110 | 111011 |
Color Harmonies of #CEBB5D
Complementary color
Monochromatic Colors of #CEBB5D
Black with #CEBB5D
Text Example
Text Example
White with #CEBB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB5D; }
p { color: rgb(206,187,93); }
H1.HeaderClassName
{
color: #CEBB5D;
}
.AnyTagClassName
{
color: #CEBB5D;
}
</style>
background-color css
<style>
a { background-color: #CEBB5D; }
a { background-color: rgb(206,187,93); }
div.DivClassName
{
background-color: #CEBB5D;
}
.BgClassName
{
background-color: #CEBB5D;
}
</style>
border-color css
<style>
span { border-color: #CEBB5D; }
span { border-color: rgb(206,187,93); }
td.TdClassName
{
border-color: #CEBB5D;
}
.TagClassName
{
border-color: #CEBB5D;
}
</style>