Shades of Tacha #CEC05C
Tints of Tacha #CEC05C
RGB
CMYK
RGB Variations
Color information
#CEC05C (or 0xCEC05C) is known color: Tacha. HEX triplet: CE, C0 and 5C. RGB value is (206,192,92). Sum of RGB (Red+Green+Blue) = 206+192+92=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC05C is #313FA3. Grayscale: #B9B9B9. Windows color (decimal): -3227556 or 6078670. OLE color: 6078670.
HSL color Cylindrical-coordinate representation of color #CEC05C: hue angle of 52.63º 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 #CEC05C is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 92 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.19 |
| HSL | 52.63º | 0.54% | 0.58% | - |
| HSV(B) | 52.63º | 0.55% | 0.81% | - |
| XYZ | 46.24 | 51.59 | 17.65 | - |
| YUV | 184.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 92 | 0 | 0.07 | 0.55 | 0.19 | 52.63 | 0.54 | 0.58 |
| Hex | CE | C0 | 5C | 0 | 7 | 37 | 13 | 35 | 36 | 3A |
| Octal | 316 | 300 | 134 | 0 | 7 | 67 | 23 | 65 | 66 | 72 |
| Binary | 11001110 | 11000000 | 1011100 | 0 | 111 | 110111 | 10011 | 110101 | 110110 | 111010 |
Color Harmonies of #CEC05C
Complementary color
Monochromatic Colors of #CEC05C
Black with #CEC05C
Text Example
Text Example
White with #CEC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC05C; }
p { color: rgb(206,192,92); }
H1.HeaderClassName
{
color: #CEC05C;
}
.AnyTagClassName
{
color: #CEC05C;
}
</style>
background-color css
<style>
a { background-color: #CEC05C; }
a { background-color: rgb(206,192,92); }
div.DivClassName
{
background-color: #CEC05C;
}
.BgClassName
{
background-color: #CEC05C;
}
</style>
border-color css
<style>
span { border-color: #CEC05C; }
span { border-color: rgb(206,192,92); }
td.TdClassName
{
border-color: #CEC05C;
}
.TagClassName
{
border-color: #CEC05C;
}
</style>