Shades of Tacha #CEB15F
Tints of Tacha #CEB15F
RGB
CMYK
RGB Variations
Color information
#CEB15F (or 0xCEB15F) is known color: Tacha. HEX triplet: CE, B1 and 5F. RGB value is (206,177,95). Sum of RGB (Red+Green+Blue) = 206+177+95=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB15F is #314EA0. Grayscale: #B0B0B0. Windows color (decimal): -3231393 or 6271438. OLE color: 6271438.
HSL color Cylindrical-coordinate representation of color #CEB15F: hue angle of 44.32º 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 #CEB15F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 95 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.19 |
| HSL | 44.32º | 0.53% | 0.59% | - |
| HSV(B) | 44.32º | 0.54% | 0.81% | - |
| XYZ | 43.24 | 45.39 | 17.31 | - |
| YUV | 176.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 95 | 0 | 0.14 | 0.54 | 0.19 | 44.32 | 0.53 | 0.59 |
| Hex | CE | B1 | 5F | 0 | E | 36 | 13 | 2C | 35 | 3B |
| Octal | 316 | 261 | 137 | 0 | 16 | 66 | 23 | 54 | 65 | 73 |
| Binary | 11001110 | 10110001 | 1011111 | 0 | 1110 | 110110 | 10011 | 101100 | 110101 | 111011 |
Color Harmonies of #CEB15F
Complementary color
Monochromatic Colors of #CEB15F
Black with #CEB15F
Text Example
Text Example
White with #CEB15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB15F; }
p { color: rgb(206,177,95); }
H1.HeaderClassName
{
color: #CEB15F;
}
.AnyTagClassName
{
color: #CEB15F;
}
</style>
background-color css
<style>
a { background-color: #CEB15F; }
a { background-color: rgb(206,177,95); }
div.DivClassName
{
background-color: #CEB15F;
}
.BgClassName
{
background-color: #CEB15F;
}
</style>
border-color css
<style>
span { border-color: #CEB15F; }
span { border-color: rgb(206,177,95); }
td.TdClassName
{
border-color: #CEB15F;
}
.TagClassName
{
border-color: #CEB15F;
}
</style>