Shades of Tacha #CEB76A
Tints of Tacha #CEB76A
RGB
CMYK
RGB Variations
Color information
#CEB76A (or 0xCEB76A) is known color: Tacha. HEX triplet: CE, B7 and 6A. RGB value is (206,183,106). Sum of RGB (Red+Green+Blue) = 206+183+106=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB76A is #314895. Grayscale: #B5B5B5. Windows color (decimal): -3229846 or 6993870. OLE color: 6993870.
HSL color Cylindrical-coordinate representation of color #CEB76A: hue angle of 46.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEB76A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 106 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.19 |
| HSL | 46.2º | 0.51% | 0.61% | - |
| HSV(B) | 46.2º | 0.49% | 0.81% | - |
| XYZ | 44.99 | 48.03 | 20.54 | - |
| YUV | 181.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 106 | 0 | 0.11 | 0.49 | 0.19 | 46.2 | 0.51 | 0.61 |
| Hex | CE | B7 | 6A | 0 | B | 31 | 13 | 2E | 33 | 3D |
| Octal | 316 | 267 | 152 | 0 | 13 | 61 | 23 | 56 | 63 | 75 |
| Binary | 11001110 | 10110111 | 1101010 | 0 | 1011 | 110001 | 10011 | 101110 | 110011 | 111101 |
Color Harmonies of #CEB76A
Complementary color
Monochromatic Colors of #CEB76A
Black with #CEB76A
Text Example
Text Example
White with #CEB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB76A; }
p { color: rgb(206,183,106); }
H1.HeaderClassName
{
color: #CEB76A;
}
.AnyTagClassName
{
color: #CEB76A;
}
</style>
background-color css
<style>
a { background-color: #CEB76A; }
a { background-color: rgb(206,183,106); }
div.DivClassName
{
background-color: #CEB76A;
}
.BgClassName
{
background-color: #CEB76A;
}
</style>
border-color css
<style>
span { border-color: #CEB76A; }
span { border-color: rgb(206,183,106); }
td.TdClassName
{
border-color: #CEB76A;
}
.TagClassName
{
border-color: #CEB76A;
}
</style>