Shades of Tacha #CEC056
Tints of Tacha #CEC056
RGB
CMYK
RGB Variations
Color information
#CEC056 (or 0xCEC056) is known color: Tacha. HEX triplet: CE, C0 and 56. RGB value is (206,192,86). Sum of RGB (Red+Green+Blue) = 206+192+86=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC056 is #313FA9. Grayscale: #B8B8B8. Windows color (decimal): -3227562 or 5685454. OLE color: 5685454.
HSL color Cylindrical-coordinate representation of color #CEC056: hue angle of 53º 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 #CEC056 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 86 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.19 |
| HSL | 53º | 0.55% | 0.57% | - |
| HSV(B) | 53º | 0.58% | 0.81% | - |
| XYZ | 45.98 | 51.49 | 16.32 | - |
| YUV | 184.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 86 | 0 | 0.07 | 0.58 | 0.19 | 53 | 0.55 | 0.57 |
| Hex | CE | C0 | 56 | 0 | 7 | 3A | 13 | 35 | 37 | 39 |
| Octal | 316 | 300 | 126 | 0 | 7 | 72 | 23 | 65 | 67 | 71 |
| Binary | 11001110 | 11000000 | 1010110 | 0 | 111 | 111010 | 10011 | 110101 | 110111 | 111001 |
Color Harmonies of #CEC056
Complementary color
Monochromatic Colors of #CEC056
Black with #CEC056
Text Example
Text Example
White with #CEC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC056; }
p { color: rgb(206,192,86); }
H1.HeaderClassName
{
color: #CEC056;
}
.AnyTagClassName
{
color: #CEC056;
}
</style>
background-color css
<style>
a { background-color: #CEC056; }
a { background-color: rgb(206,192,86); }
div.DivClassName
{
background-color: #CEC056;
}
.BgClassName
{
background-color: #CEC056;
}
</style>
border-color css
<style>
span { border-color: #CEC056; }
span { border-color: rgb(206,192,86); }
td.TdClassName
{
border-color: #CEC056;
}
.TagClassName
{
border-color: #CEC056;
}
</style>