Shades of Tacha #CEB262
Tints of Tacha #CEB262
RGB
CMYK
RGB Variations
Color information
#CEB262 (or 0xCEB262) is known color: Tacha. HEX triplet: CE, B2 and 62. RGB value is (206,178,98). Sum of RGB (Red+Green+Blue) = 206+178+98=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB262 is #314D9D. Grayscale: #B1B1B1. Windows color (decimal): -3231134 or 6468302. OLE color: 6468302.
HSL color Cylindrical-coordinate representation of color #CEB262: hue angle of 44.44º 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 #CEB262 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 98 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.19 |
| HSL | 44.44º | 0.52% | 0.6% | - |
| HSV(B) | 44.44º | 0.52% | 0.81% | - |
| XYZ | 43.58 | 45.84 | 18.11 | - |
| YUV | 177.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 98 | 0 | 0.14 | 0.52 | 0.19 | 44.44 | 0.52 | 0.6 |
| Hex | CE | B2 | 62 | 0 | E | 34 | 13 | 2C | 34 | 3C |
| Octal | 316 | 262 | 142 | 0 | 16 | 64 | 23 | 54 | 64 | 74 |
| Binary | 11001110 | 10110010 | 1100010 | 0 | 1110 | 110100 | 10011 | 101100 | 110100 | 111100 |
Color Harmonies of #CEB262
Complementary color
Monochromatic Colors of #CEB262
Black with #CEB262
Text Example
Text Example
White with #CEB262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB262; }
p { color: rgb(206,178,98); }
H1.HeaderClassName
{
color: #CEB262;
}
.AnyTagClassName
{
color: #CEB262;
}
</style>
background-color css
<style>
a { background-color: #CEB262; }
a { background-color: rgb(206,178,98); }
div.DivClassName
{
background-color: #CEB262;
}
.BgClassName
{
background-color: #CEB262;
}
</style>
border-color css
<style>
span { border-color: #CEB262; }
span { border-color: rgb(206,178,98); }
td.TdClassName
{
border-color: #CEB262;
}
.TagClassName
{
border-color: #CEB262;
}
</style>