Shades of Tacha #CEBA6B
Tints of Tacha #CEBA6B
RGB
CMYK
RGB Variations
Color information
#CEBA6B (or 0xCEBA6B) is known color: Tacha. HEX triplet: CE, BA and 6B. RGB value is (206,186,107). Sum of RGB (Red+Green+Blue) = 206+186+107=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA6B is #314594. Grayscale: #B7B7B7. Windows color (decimal): -3229077 or 7060174. OLE color: 7060174.
HSL color Cylindrical-coordinate representation of color #CEBA6B: hue angle of 47.88º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEBA6B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 107 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.19 |
| HSL | 47.88º | 0.5% | 0.61% | - |
| HSV(B) | 47.88º | 0.48% | 0.81% | - |
| XYZ | 45.67 | 49.3 | 21.02 | - |
| YUV | 182.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 107 | 0 | 0.10 | 0.48 | 0.19 | 47.88 | 0.5 | 0.61 |
| Hex | CE | BA | 6B | 0 | A | 30 | 13 | 30 | 32 | 3D |
| Octal | 316 | 272 | 153 | 0 | 12 | 60 | 23 | 60 | 62 | 75 |
| Binary | 11001110 | 10111010 | 1101011 | 0 | 1010 | 110000 | 10011 | 110000 | 110010 | 111101 |
Color Harmonies of #CEBA6B
Complementary color
Monochromatic Colors of #CEBA6B
Black with #CEBA6B
Text Example
Text Example
White with #CEBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA6B; }
p { color: rgb(206,186,107); }
H1.HeaderClassName
{
color: #CEBA6B;
}
.AnyTagClassName
{
color: #CEBA6B;
}
</style>
background-color css
<style>
a { background-color: #CEBA6B; }
a { background-color: rgb(206,186,107); }
div.DivClassName
{
background-color: #CEBA6B;
}
.BgClassName
{
background-color: #CEBA6B;
}
</style>
border-color css
<style>
span { border-color: #CEBA6B; }
span { border-color: rgb(206,186,107); }
td.TdClassName
{
border-color: #CEBA6B;
}
.TagClassName
{
border-color: #CEBA6B;
}
</style>