Shades of Tacha #CEC762
Tints of Tacha #CEC762
RGB
CMYK
RGB Variations
Color information
#CEC762 (or 0xCEC762) is known color: Tacha. HEX triplet: CE, C7 and 62. RGB value is (206,199,98). Sum of RGB (Red+Green+Blue) = 206+199+98=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC762 is #31389D. Grayscale: #BDBDBD. Windows color (decimal): -3225758 or 6473678. OLE color: 6473678.
HSL color Cylindrical-coordinate representation of color #CEC762: hue angle of 56.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 #CEC762 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 98 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.19 |
| HSL | 56.11º | 0.52% | 0.6% | - |
| HSV(B) | 56.11º | 0.52% | 0.81% | - |
| XYZ | 48.08 | 54.85 | 19.61 | - |
| YUV | 189.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 98 | 0 | 0.03 | 0.52 | 0.19 | 56.11 | 0.52 | 0.6 |
| Hex | CE | C7 | 62 | 0 | 3 | 34 | 13 | 38 | 34 | 3C |
| Octal | 316 | 307 | 142 | 0 | 3 | 64 | 23 | 70 | 64 | 74 |
| Binary | 11001110 | 11000111 | 1100010 | 0 | 11 | 110100 | 10011 | 111000 | 110100 | 111100 |
Color Harmonies of #CEC762
Complementary color
Monochromatic Colors of #CEC762
Black with #CEC762
Text Example
Text Example
White with #CEC762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC762; }
p { color: rgb(206,199,98); }
H1.HeaderClassName
{
color: #CEC762;
}
.AnyTagClassName
{
color: #CEC762;
}
</style>
background-color css
<style>
a { background-color: #CEC762; }
a { background-color: rgb(206,199,98); }
div.DivClassName
{
background-color: #CEC762;
}
.BgClassName
{
background-color: #CEC762;
}
</style>
border-color css
<style>
span { border-color: #CEC762; }
span { border-color: rgb(206,199,98); }
td.TdClassName
{
border-color: #CEC762;
}
.TagClassName
{
border-color: #CEC762;
}
</style>