Shades of Tacha #CEB861
Tints of Tacha #CEB861
RGB
CMYK
RGB Variations
Color information
#CEB861 (or 0xCEB861) is known color: Tacha. HEX triplet: CE, B8 and 61. RGB value is (206,184,97). Sum of RGB (Red+Green+Blue) = 206+184+97=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB861 is #31479E. Grayscale: #B5B5B5. Windows color (decimal): -3229599 or 6404302. OLE color: 6404302.
HSL color Cylindrical-coordinate representation of color #CEB861: hue angle of 47.89º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEB861 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 97 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.19 |
| HSL | 47.89º | 0.53% | 0.59% | - |
| HSV(B) | 47.89º | 0.53% | 0.81% | - |
| XYZ | 44.75 | 48.27 | 18.27 | - |
| YUV | 180.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 97 | 0 | 0.11 | 0.53 | 0.19 | 47.89 | 0.53 | 0.59 |
| Hex | CE | B8 | 61 | 0 | B | 35 | 13 | 30 | 35 | 3B |
| Octal | 316 | 270 | 141 | 0 | 13 | 65 | 23 | 60 | 65 | 73 |
| Binary | 11001110 | 10111000 | 1100001 | 0 | 1011 | 110101 | 10011 | 110000 | 110101 | 111011 |
Color Harmonies of #CEB861
Complementary color
Monochromatic Colors of #CEB861
Black with #CEB861
Text Example
Text Example
White with #CEB861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB861; }
p { color: rgb(206,184,97); }
H1.HeaderClassName
{
color: #CEB861;
}
.AnyTagClassName
{
color: #CEB861;
}
</style>
background-color css
<style>
a { background-color: #CEB861; }
a { background-color: rgb(206,184,97); }
div.DivClassName
{
background-color: #CEB861;
}
.BgClassName
{
background-color: #CEB861;
}
</style>
border-color css
<style>
span { border-color: #CEB861; }
span { border-color: rgb(206,184,97); }
td.TdClassName
{
border-color: #CEB861;
}
.TagClassName
{
border-color: #CEB861;
}
</style>