Shades of Tacha #CEB76B
Tints of Tacha #CEB76B
RGB
CMYK
RGB Variations
Color information
#CEB76B (or 0xCEB76B) is known color: Tacha. HEX triplet: CE, B7 and 6B. RGB value is (206,183,107). Sum of RGB (Red+Green+Blue) = 206+183+107=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB76B is #314894. Grayscale: #B5B5B5. Windows color (decimal): -3229845 or 7059406. OLE color: 7059406.
HSL color Cylindrical-coordinate representation of color #CEB76B: hue angle of 46.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEB76B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 107 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.19 |
| HSL | 46.06º | 0.5% | 0.61% | - |
| HSV(B) | 46.06º | 0.48% | 0.81% | - |
| XYZ | 45.04 | 48.05 | 20.81 | - |
| YUV | 181.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 107 | 0 | 0.11 | 0.48 | 0.19 | 46.06 | 0.5 | 0.61 |
| Hex | CE | B7 | 6B | 0 | B | 30 | 13 | 2E | 32 | 3D |
| Octal | 316 | 267 | 153 | 0 | 13 | 60 | 23 | 56 | 62 | 75 |
| Binary | 11001110 | 10110111 | 1101011 | 0 | 1011 | 110000 | 10011 | 101110 | 110010 | 111101 |
Color Harmonies of #CEB76B
Complementary color
Monochromatic Colors of #CEB76B
Black with #CEB76B
Text Example
Text Example
White with #CEB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB76B; }
p { color: rgb(206,183,107); }
H1.HeaderClassName
{
color: #CEB76B;
}
.AnyTagClassName
{
color: #CEB76B;
}
</style>
background-color css
<style>
a { background-color: #CEB76B; }
a { background-color: rgb(206,183,107); }
div.DivClassName
{
background-color: #CEB76B;
}
.BgClassName
{
background-color: #CEB76B;
}
</style>
border-color css
<style>
span { border-color: #CEB76B; }
span { border-color: rgb(206,183,107); }
td.TdClassName
{
border-color: #CEB76B;
}
.TagClassName
{
border-color: #CEB76B;
}
</style>