Shades of Tacha #CEB15E
Tints of Tacha #CEB15E
RGB
CMYK
RGB Variations
Color information
#CEB15E (or 0xCEB15E) is known color: Tacha. HEX triplet: CE, B1 and 5E. RGB value is (206,177,94). Sum of RGB (Red+Green+Blue) = 206+177+94=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB15E is #314EA1. Grayscale: #B0B0B0. Windows color (decimal): -3231394 or 6205902. OLE color: 6205902.
HSL color Cylindrical-coordinate representation of color #CEB15E: hue angle of 44.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEB15E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 94 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.19 |
| HSL | 44.46º | 0.53% | 0.59% | - |
| HSV(B) | 44.46º | 0.54% | 0.81% | - |
| XYZ | 43.2 | 45.37 | 17.07 | - |
| YUV | 176.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 94 | 0 | 0.14 | 0.54 | 0.19 | 44.46 | 0.53 | 0.59 |
| Hex | CE | B1 | 5E | 0 | E | 36 | 13 | 2C | 35 | 3B |
| Octal | 316 | 261 | 136 | 0 | 16 | 66 | 23 | 54 | 65 | 73 |
| Binary | 11001110 | 10110001 | 1011110 | 0 | 1110 | 110110 | 10011 | 101100 | 110101 | 111011 |
Color Harmonies of #CEB15E
Complementary color
Monochromatic Colors of #CEB15E
Black with #CEB15E
Text Example
Text Example
White with #CEB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB15E; }
p { color: rgb(206,177,94); }
H1.HeaderClassName
{
color: #CEB15E;
}
.AnyTagClassName
{
color: #CEB15E;
}
</style>
background-color css
<style>
a { background-color: #CEB15E; }
a { background-color: rgb(206,177,94); }
div.DivClassName
{
background-color: #CEB15E;
}
.BgClassName
{
background-color: #CEB15E;
}
</style>
border-color css
<style>
span { border-color: #CEB15E; }
span { border-color: rgb(206,177,94); }
td.TdClassName
{
border-color: #CEB15E;
}
.TagClassName
{
border-color: #CEB15E;
}
</style>