Shades of Tacha #CEB96B
Tints of Tacha #CEB96B
RGB
CMYK
RGB Variations
Color information
#CEB96B (or 0xCEB96B) is known color: Tacha. HEX triplet: CE, B9 and 6B. RGB value is (206,185,107). Sum of RGB (Red+Green+Blue) = 206+185+107=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB96B is #314694. Grayscale: #B6B6B6. Windows color (decimal): -3229333 or 7059918. OLE color: 7059918.
HSL color Cylindrical-coordinate representation of color #CEB96B: hue angle of 47.27º 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 #CEB96B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 107 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.19 |
| HSL | 47.27º | 0.5% | 0.61% | - |
| HSV(B) | 47.27º | 0.48% | 0.81% | - |
| XYZ | 45.46 | 48.88 | 20.95 | - |
| YUV | 182.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 107 | 0 | 0.10 | 0.48 | 0.19 | 47.27 | 0.5 | 0.61 |
| Hex | CE | B9 | 6B | 0 | A | 30 | 13 | 2F | 32 | 3D |
| Octal | 316 | 271 | 153 | 0 | 12 | 60 | 23 | 57 | 62 | 75 |
| Binary | 11001110 | 10111001 | 1101011 | 0 | 1010 | 110000 | 10011 | 101111 | 110010 | 111101 |
Color Harmonies of #CEB96B
Complementary color
Monochromatic Colors of #CEB96B
Black with #CEB96B
Text Example
Text Example
White with #CEB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB96B; }
p { color: rgb(206,185,107); }
H1.HeaderClassName
{
color: #CEB96B;
}
.AnyTagClassName
{
color: #CEB96B;
}
</style>
background-color css
<style>
a { background-color: #CEB96B; }
a { background-color: rgb(206,185,107); }
div.DivClassName
{
background-color: #CEB96B;
}
.BgClassName
{
background-color: #CEB96B;
}
</style>
border-color css
<style>
span { border-color: #CEB96B; }
span { border-color: rgb(206,185,107); }
td.TdClassName
{
border-color: #CEB96B;
}
.TagClassName
{
border-color: #CEB96B;
}
</style>