Shades of Tacha #CEB063
Tints of Tacha #CEB063
RGB
CMYK
RGB Variations
Color information
#CEB063 (or 0xCEB063) is known color: Tacha. HEX triplet: CE, B0 and 63. RGB value is (206,176,99). Sum of RGB (Red+Green+Blue) = 206+176+99=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB063 is #314F9C. Grayscale: #B0B0B0. Windows color (decimal): -3231645 or 6533326. OLE color: 6533326.
HSL color Cylindrical-coordinate representation of color #CEB063: hue angle of 43.18º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEB063 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 99 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.19 |
| HSL | 43.18º | 0.52% | 0.6% | - |
| HSV(B) | 43.18º | 0.52% | 0.81% | - |
| XYZ | 43.23 | 45.07 | 18.23 | - |
| YUV | 176.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 99 | 0 | 0.15 | 0.52 | 0.19 | 43.18 | 0.52 | 0.6 |
| Hex | CE | B0 | 63 | 0 | F | 34 | 13 | 2B | 34 | 3C |
| Octal | 316 | 260 | 143 | 0 | 17 | 64 | 23 | 53 | 64 | 74 |
| Binary | 11001110 | 10110000 | 1100011 | 0 | 1111 | 110100 | 10011 | 101011 | 110100 | 111100 |
Color Harmonies of #CEB063
Complementary color
Monochromatic Colors of #CEB063
Black with #CEB063
Text Example
Text Example
White with #CEB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB063; }
p { color: rgb(206,176,99); }
H1.HeaderClassName
{
color: #CEB063;
}
.AnyTagClassName
{
color: #CEB063;
}
</style>
background-color css
<style>
a { background-color: #CEB063; }
a { background-color: rgb(206,176,99); }
div.DivClassName
{
background-color: #CEB063;
}
.BgClassName
{
background-color: #CEB063;
}
</style>
border-color css
<style>
span { border-color: #CEB063; }
span { border-color: rgb(206,176,99); }
td.TdClassName
{
border-color: #CEB063;
}
.TagClassName
{
border-color: #CEB063;
}
</style>