Shades of Tacha #CEB554
Tints of Tacha #CEB554
RGB
CMYK
RGB Variations
Color information
#CEB554 (or 0xCEB554) is known color: Tacha. HEX triplet: CE, B5 and 54. RGB value is (206,181,84). Sum of RGB (Red+Green+Blue) = 206+181+84=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB554 is #314AAB. Grayscale: #B1B1B1. Windows color (decimal): -3230380 or 5551566. OLE color: 5551566.
HSL color Cylindrical-coordinate representation of color #CEB554: hue angle of 47.7º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEB554 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 84 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.19 |
| HSL | 47.7º | 0.55% | 0.57% | - |
| HSV(B) | 47.7º | 0.59% | 0.81% | - |
| XYZ | 43.58 | 46.81 | 15.13 | - |
| YUV | 177.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 84 | 0 | 0.12 | 0.59 | 0.19 | 47.7 | 0.55 | 0.57 |
| Hex | CE | B5 | 54 | 0 | C | 3B | 13 | 30 | 37 | 39 |
| Octal | 316 | 265 | 124 | 0 | 14 | 73 | 23 | 60 | 67 | 71 |
| Binary | 11001110 | 10110101 | 1010100 | 0 | 1100 | 111011 | 10011 | 110000 | 110111 | 111001 |
Color Harmonies of #CEB554
Complementary color
Monochromatic Colors of #CEB554
Black with #CEB554
Text Example
Text Example
White with #CEB554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB554; }
p { color: rgb(206,181,84); }
H1.HeaderClassName
{
color: #CEB554;
}
.AnyTagClassName
{
color: #CEB554;
}
</style>
background-color css
<style>
a { background-color: #CEB554; }
a { background-color: rgb(206,181,84); }
div.DivClassName
{
background-color: #CEB554;
}
.BgClassName
{
background-color: #CEB554;
}
</style>
border-color css
<style>
span { border-color: #CEB554; }
span { border-color: rgb(206,181,84); }
td.TdClassName
{
border-color: #CEB554;
}
.TagClassName
{
border-color: #CEB554;
}
</style>