Shades of Tacha #CEB55B
Tints of Tacha #CEB55B
RGB
CMYK
RGB Variations
Color information
#CEB55B (or 0xCEB55B) is known color: Tacha. HEX triplet: CE, B5 and 5B. RGB value is (206,181,91). Sum of RGB (Red+Green+Blue) = 206+181+91=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB55B is #314AA4. Grayscale: #B2B2B2. Windows color (decimal): -3230373 or 6010318. OLE color: 6010318.
HSL color Cylindrical-coordinate representation of color #CEB55B: hue angle of 46.96º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEB55B is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 91 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.19 |
| HSL | 46.96º | 0.54% | 0.58% | - |
| HSV(B) | 46.96º | 0.56% | 0.81% | - |
| XYZ | 43.87 | 46.92 | 16.64 | - |
| YUV | 178.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 91 | 0 | 0.12 | 0.56 | 0.19 | 46.96 | 0.54 | 0.58 |
| Hex | CE | B5 | 5B | 0 | C | 38 | 13 | 2F | 36 | 3A |
| Octal | 316 | 265 | 133 | 0 | 14 | 70 | 23 | 57 | 66 | 72 |
| Binary | 11001110 | 10110101 | 1011011 | 0 | 1100 | 111000 | 10011 | 101111 | 110110 | 111010 |
Color Harmonies of #CEB55B
Complementary color
Monochromatic Colors of #CEB55B
Black with #CEB55B
Text Example
Text Example
White with #CEB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB55B; }
p { color: rgb(206,181,91); }
H1.HeaderClassName
{
color: #CEB55B;
}
.AnyTagClassName
{
color: #CEB55B;
}
</style>
background-color css
<style>
a { background-color: #CEB55B; }
a { background-color: rgb(206,181,91); }
div.DivClassName
{
background-color: #CEB55B;
}
.BgClassName
{
background-color: #CEB55B;
}
</style>
border-color css
<style>
span { border-color: #CEB55B; }
span { border-color: rgb(206,181,91); }
td.TdClassName
{
border-color: #CEB55B;
}
.TagClassName
{
border-color: #CEB55B;
}
</style>