Shades of Tacha #CEB558
Tints of Tacha #CEB558
RGB
CMYK
RGB Variations
Color information
#CEB558 (or 0xCEB558) is known color: Tacha. HEX triplet: CE, B5 and 58. RGB value is (206,181,88). Sum of RGB (Red+Green+Blue) = 206+181+88=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB558 is #314AA7. Grayscale: #B2B2B2. Windows color (decimal): -3230376 or 5813710. OLE color: 5813710.
HSL color Cylindrical-coordinate representation of color #CEB558: hue angle of 47.29º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEB558 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 88 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.19 |
| HSL | 47.29º | 0.55% | 0.58% | - |
| HSV(B) | 47.29º | 0.57% | 0.81% | - |
| XYZ | 43.74 | 46.87 | 15.97 | - |
| YUV | 177.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 88 | 0 | 0.12 | 0.57 | 0.19 | 47.29 | 0.55 | 0.58 |
| Hex | CE | B5 | 58 | 0 | C | 39 | 13 | 2F | 37 | 3A |
| Octal | 316 | 265 | 130 | 0 | 14 | 71 | 23 | 57 | 67 | 72 |
| Binary | 11001110 | 10110101 | 1011000 | 0 | 1100 | 111001 | 10011 | 101111 | 110111 | 111010 |
Color Harmonies of #CEB558
Complementary color
Monochromatic Colors of #CEB558
Black with #CEB558
Text Example
Text Example
White with #CEB558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB558; }
p { color: rgb(206,181,88); }
H1.HeaderClassName
{
color: #CEB558;
}
.AnyTagClassName
{
color: #CEB558;
}
</style>
background-color css
<style>
a { background-color: #CEB558; }
a { background-color: rgb(206,181,88); }
div.DivClassName
{
background-color: #CEB558;
}
.BgClassName
{
background-color: #CEB558;
}
</style>
border-color css
<style>
span { border-color: #CEB558; }
span { border-color: rgb(206,181,88); }
td.TdClassName
{
border-color: #CEB558;
}
.TagClassName
{
border-color: #CEB558;
}
</style>