Shades of Tacha #CEC75C
Tints of Tacha #CEC75C
RGB
CMYK
RGB Variations
Color information
#CEC75C (or 0xCEC75C) is known color: Tacha. HEX triplet: CE, C7 and 5C. RGB value is (206,199,92). Sum of RGB (Red+Green+Blue) = 206+199+92=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC75C is #3138A3. Grayscale: #BDBDBD. Windows color (decimal): -3225764 or 6080462. OLE color: 6080462.
HSL color Cylindrical-coordinate representation of color #CEC75C: hue angle of 56.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEC75C is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 92 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.19 |
| HSL | 56.32º | 0.54% | 0.58% | - |
| HSV(B) | 56.32º | 0.55% | 0.81% | - |
| XYZ | 47.81 | 54.74 | 18.17 | - |
| YUV | 188.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 92 | 0 | 0.03 | 0.55 | 0.19 | 56.32 | 0.54 | 0.58 |
| Hex | CE | C7 | 5C | 0 | 3 | 37 | 13 | 38 | 36 | 3A |
| Octal | 316 | 307 | 134 | 0 | 3 | 67 | 23 | 70 | 66 | 72 |
| Binary | 11001110 | 11000111 | 1011100 | 0 | 11 | 110111 | 10011 | 111000 | 110110 | 111010 |
Color Harmonies of #CEC75C
Complementary color
Monochromatic Colors of #CEC75C
Black with #CEC75C
Text Example
Text Example
White with #CEC75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC75C; }
p { color: rgb(206,199,92); }
H1.HeaderClassName
{
color: #CEC75C;
}
.AnyTagClassName
{
color: #CEC75C;
}
</style>
background-color css
<style>
a { background-color: #CEC75C; }
a { background-color: rgb(206,199,92); }
div.DivClassName
{
background-color: #CEC75C;
}
.BgClassName
{
background-color: #CEC75C;
}
</style>
border-color css
<style>
span { border-color: #CEC75C; }
span { border-color: rgb(206,199,92); }
td.TdClassName
{
border-color: #CEC75C;
}
.TagClassName
{
border-color: #CEC75C;
}
</style>