Shades of Tacha #CEB15C
Tints of Tacha #CEB15C
RGB
CMYK
RGB Variations
Color information
#CEB15C (or 0xCEB15C) is known color: Tacha. HEX triplet: CE, B1 and 5C. RGB value is (206,177,92). Sum of RGB (Red+Green+Blue) = 206+177+92=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB15C is #314EA3. Grayscale: #B0B0B0. Windows color (decimal): -3231396 or 6074830. OLE color: 6074830.
HSL color Cylindrical-coordinate representation of color #CEB15C: hue angle of 44.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEB15C is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 92 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.19 |
| HSL | 44.74º | 0.54% | 0.58% | - |
| HSV(B) | 44.74º | 0.55% | 0.81% | - |
| XYZ | 43.11 | 45.34 | 16.6 | - |
| YUV | 175.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 92 | 0 | 0.14 | 0.55 | 0.19 | 44.74 | 0.54 | 0.58 |
| Hex | CE | B1 | 5C | 0 | E | 37 | 13 | 2D | 36 | 3A |
| Octal | 316 | 261 | 134 | 0 | 16 | 67 | 23 | 55 | 66 | 72 |
| Binary | 11001110 | 10110001 | 1011100 | 0 | 1110 | 110111 | 10011 | 101101 | 110110 | 111010 |
Color Harmonies of #CEB15C
Complementary color
Monochromatic Colors of #CEB15C
Black with #CEB15C
Text Example
Text Example
White with #CEB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB15C; }
p { color: rgb(206,177,92); }
H1.HeaderClassName
{
color: #CEB15C;
}
.AnyTagClassName
{
color: #CEB15C;
}
</style>
background-color css
<style>
a { background-color: #CEB15C; }
a { background-color: rgb(206,177,92); }
div.DivClassName
{
background-color: #CEB15C;
}
.BgClassName
{
background-color: #CEB15C;
}
</style>
border-color css
<style>
span { border-color: #CEB15C; }
span { border-color: rgb(206,177,92); }
td.TdClassName
{
border-color: #CEB15C;
}
.TagClassName
{
border-color: #CEB15C;
}
</style>