Shades of Tacha #CEC157
Tints of Tacha #CEC157
RGB
CMYK
RGB Variations
Color information
#CEC157 (or 0xCEC157) is known color: Tacha. HEX triplet: CE, C1 and 57. RGB value is (206,193,87). Sum of RGB (Red+Green+Blue) = 206+193+87=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC157 is #313EA8. Grayscale: #B9B9B9. Windows color (decimal): -3227305 or 5751246. OLE color: 5751246.
HSL color Cylindrical-coordinate representation of color #CEC157: hue angle of 53.45º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEC157 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 87 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.19 |
| HSL | 53.45º | 0.55% | 0.57% | - |
| HSV(B) | 53.45º | 0.58% | 0.81% | - |
| XYZ | 46.24 | 51.95 | 16.61 | - |
| YUV | 184.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 87 | 0 | 0.06 | 0.58 | 0.19 | 53.45 | 0.55 | 0.57 |
| Hex | CE | C1 | 57 | 0 | 6 | 3A | 13 | 35 | 37 | 39 |
| Octal | 316 | 301 | 127 | 0 | 6 | 72 | 23 | 65 | 67 | 71 |
| Binary | 11001110 | 11000001 | 1010111 | 0 | 110 | 111010 | 10011 | 110101 | 110111 | 111001 |
Color Harmonies of #CEC157
Complementary color
Monochromatic Colors of #CEC157
Black with #CEC157
Text Example
Text Example
White with #CEC157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC157; }
p { color: rgb(206,193,87); }
H1.HeaderClassName
{
color: #CEC157;
}
.AnyTagClassName
{
color: #CEC157;
}
</style>
background-color css
<style>
a { background-color: #CEC157; }
a { background-color: rgb(206,193,87); }
div.DivClassName
{
background-color: #CEC157;
}
.BgClassName
{
background-color: #CEC157;
}
</style>
border-color css
<style>
span { border-color: #CEC157; }
span { border-color: rgb(206,193,87); }
td.TdClassName
{
border-color: #CEC157;
}
.TagClassName
{
border-color: #CEC157;
}
</style>