Shades of Tacha #CEB356
Tints of Tacha #CEB356
RGB
CMYK
RGB Variations
Color information
#CEB356 (or 0xCEB356) is known color: Tacha. HEX triplet: CE, B3 and 56. RGB value is (206,179,86). Sum of RGB (Red+Green+Blue) = 206+179+86=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB356 is #314CA9. Grayscale: #B0B0B0. Windows color (decimal): -3230890 or 5682126. OLE color: 5682126.
HSL color Cylindrical-coordinate representation of color #CEB356: hue angle of 46.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEB356 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 86 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.19 |
| HSL | 46.5º | 0.55% | 0.57% | - |
| HSV(B) | 46.5º | 0.58% | 0.81% | - |
| XYZ | 43.25 | 46.03 | 15.41 | - |
| YUV | 176.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 86 | 0 | 0.13 | 0.58 | 0.19 | 46.5 | 0.55 | 0.57 |
| Hex | CE | B3 | 56 | 0 | D | 3A | 13 | 2E | 37 | 39 |
| Octal | 316 | 263 | 126 | 0 | 15 | 72 | 23 | 56 | 67 | 71 |
| Binary | 11001110 | 10110011 | 1010110 | 0 | 1101 | 111010 | 10011 | 101110 | 110111 | 111001 |
Color Harmonies of #CEB356
Complementary color
Monochromatic Colors of #CEB356
Black with #CEB356
Text Example
Text Example
White with #CEB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB356; }
p { color: rgb(206,179,86); }
H1.HeaderClassName
{
color: #CEB356;
}
.AnyTagClassName
{
color: #CEB356;
}
</style>
background-color css
<style>
a { background-color: #CEB356; }
a { background-color: rgb(206,179,86); }
div.DivClassName
{
background-color: #CEB356;
}
.BgClassName
{
background-color: #CEB356;
}
</style>
border-color css
<style>
span { border-color: #CEB356; }
span { border-color: rgb(206,179,86); }
td.TdClassName
{
border-color: #CEB356;
}
.TagClassName
{
border-color: #CEB356;
}
</style>