Shades of Tacha #CEB754
Tints of Tacha #CEB754
RGB
CMYK
RGB Variations
Color information
#CEB754 (or 0xCEB754) is known color: Tacha. HEX triplet: CE, B7 and 54. RGB value is (206,183,84). Sum of RGB (Red+Green+Blue) = 206+183+84=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB754 is #3148AB. Grayscale: #B3B3B3. Windows color (decimal): -3229868 or 5552078. OLE color: 5552078.
HSL color Cylindrical-coordinate representation of color #CEB754: hue angle of 48.69º 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 #CEB754 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 84 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.19 |
| HSL | 48.69º | 0.55% | 0.57% | - |
| HSV(B) | 48.69º | 0.59% | 0.81% | - |
| XYZ | 43.99 | 47.63 | 15.26 | - |
| YUV | 178.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 84 | 0 | 0.11 | 0.59 | 0.19 | 48.69 | 0.55 | 0.57 |
| Hex | CE | B7 | 54 | 0 | B | 3B | 13 | 31 | 37 | 39 |
| Octal | 316 | 267 | 124 | 0 | 13 | 73 | 23 | 61 | 67 | 71 |
| Binary | 11001110 | 10110111 | 1010100 | 0 | 1011 | 111011 | 10011 | 110001 | 110111 | 111001 |
Color Harmonies of #CEB754
Complementary color
Monochromatic Colors of #CEB754
Black with #CEB754
Text Example
Text Example
White with #CEB754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB754; }
p { color: rgb(206,183,84); }
H1.HeaderClassName
{
color: #CEB754;
}
.AnyTagClassName
{
color: #CEB754;
}
</style>
background-color css
<style>
a { background-color: #CEB754; }
a { background-color: rgb(206,183,84); }
div.DivClassName
{
background-color: #CEB754;
}
.BgClassName
{
background-color: #CEB754;
}
</style>
border-color css
<style>
span { border-color: #CEB754; }
span { border-color: rgb(206,183,84); }
td.TdClassName
{
border-color: #CEB754;
}
.TagClassName
{
border-color: #CEB754;
}
</style>