Shades of Tacha #CEC556
Tints of Tacha #CEC556
RGB
CMYK
RGB Variations
Color information
#CEC556 (or 0xCEC556) is known color: Tacha. HEX triplet: CE, C5 and 56. RGB value is (206,197,86). Sum of RGB (Red+Green+Blue) = 206+197+86=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC556 is #313AA9. Grayscale: #BBBBBB. Windows color (decimal): -3226282 or 5686734. OLE color: 5686734.
HSL color Cylindrical-coordinate representation of color #CEC556: hue angle of 55.5º 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 #CEC556 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 86 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.19 |
| HSL | 55.5º | 0.55% | 0.57% | - |
| HSV(B) | 55.5º | 0.58% | 0.81% | - |
| XYZ | 47.1 | 53.73 | 16.69 | - |
| YUV | 187.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 86 | 0 | 0.04 | 0.58 | 0.19 | 55.5 | 0.55 | 0.57 |
| Hex | CE | C5 | 56 | 0 | 4 | 3A | 13 | 38 | 37 | 39 |
| Octal | 316 | 305 | 126 | 0 | 4 | 72 | 23 | 70 | 67 | 71 |
| Binary | 11001110 | 11000101 | 1010110 | 0 | 100 | 111010 | 10011 | 111000 | 110111 | 111001 |
Color Harmonies of #CEC556
Complementary color
Monochromatic Colors of #CEC556
Black with #CEC556
Text Example
Text Example
White with #CEC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC556; }
p { color: rgb(206,197,86); }
H1.HeaderClassName
{
color: #CEC556;
}
.AnyTagClassName
{
color: #CEC556;
}
</style>
background-color css
<style>
a { background-color: #CEC556; }
a { background-color: rgb(206,197,86); }
div.DivClassName
{
background-color: #CEC556;
}
.BgClassName
{
background-color: #CEC556;
}
</style>
border-color css
<style>
span { border-color: #CEC556; }
span { border-color: rgb(206,197,86); }
td.TdClassName
{
border-color: #CEC556;
}
.TagClassName
{
border-color: #CEC556;
}
</style>