Shades of Tacha #CEB562
Tints of Tacha #CEB562
RGB
CMYK
RGB Variations
Color information
#CEB562 (or 0xCEB562) is known color: Tacha. HEX triplet: CE, B5 and 62. RGB value is (206,181,98). Sum of RGB (Red+Green+Blue) = 206+181+98=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB562 is #314A9D. Grayscale: #B3B3B3. Windows color (decimal): -3230366 or 6469070. OLE color: 6469070.
HSL color Cylindrical-coordinate representation of color #CEB562: hue angle of 46.11º 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 #CEB562 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 98 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.19 |
| HSL | 46.11º | 0.52% | 0.6% | - |
| HSV(B) | 46.11º | 0.52% | 0.81% | - |
| XYZ | 44.18 | 47.05 | 18.31 | - |
| YUV | 179.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 98 | 0 | 0.12 | 0.52 | 0.19 | 46.11 | 0.52 | 0.6 |
| Hex | CE | B5 | 62 | 0 | C | 34 | 13 | 2E | 34 | 3C |
| Octal | 316 | 265 | 142 | 0 | 14 | 64 | 23 | 56 | 64 | 74 |
| Binary | 11001110 | 10110101 | 1100010 | 0 | 1100 | 110100 | 10011 | 101110 | 110100 | 111100 |
Color Harmonies of #CEB562
Complementary color
Monochromatic Colors of #CEB562
Black with #CEB562
Text Example
Text Example
White with #CEB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB562; }
p { color: rgb(206,181,98); }
H1.HeaderClassName
{
color: #CEB562;
}
.AnyTagClassName
{
color: #CEB562;
}
</style>
background-color css
<style>
a { background-color: #CEB562; }
a { background-color: rgb(206,181,98); }
div.DivClassName
{
background-color: #CEB562;
}
.BgClassName
{
background-color: #CEB562;
}
</style>
border-color css
<style>
span { border-color: #CEB562; }
span { border-color: rgb(206,181,98); }
td.TdClassName
{
border-color: #CEB562;
}
.TagClassName
{
border-color: #CEB562;
}
</style>