Shades of Tacha #CEC054
Tints of Tacha #CEC054
RGB
CMYK
RGB Variations
Color information
#CEC054 (or 0xCEC054) is known color: Tacha. HEX triplet: CE, C0 and 54. RGB value is (206,192,84). Sum of RGB (Red+Green+Blue) = 206+192+84=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC054 is #313FAB. Grayscale: #B8B8B8. Windows color (decimal): -3227564 or 5554382. OLE color: 5554382.
HSL color Cylindrical-coordinate representation of color #CEC054: hue angle of 53.11º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEC054 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 84 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.19 |
| HSL | 53.11º | 0.55% | 0.57% | - |
| HSV(B) | 53.11º | 0.59% | 0.81% | - |
| XYZ | 45.9 | 51.46 | 15.9 | - |
| YUV | 183.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 84 | 0 | 0.07 | 0.59 | 0.19 | 53.11 | 0.55 | 0.57 |
| Hex | CE | C0 | 54 | 0 | 7 | 3B | 13 | 35 | 37 | 39 |
| Octal | 316 | 300 | 124 | 0 | 7 | 73 | 23 | 65 | 67 | 71 |
| Binary | 11001110 | 11000000 | 1010100 | 0 | 111 | 111011 | 10011 | 110101 | 110111 | 111001 |
Color Harmonies of #CEC054
Complementary color
Monochromatic Colors of #CEC054
Black with #CEC054
Text Example
Text Example
White with #CEC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC054; }
p { color: rgb(206,192,84); }
H1.HeaderClassName
{
color: #CEC054;
}
.AnyTagClassName
{
color: #CEC054;
}
</style>
background-color css
<style>
a { background-color: #CEC054; }
a { background-color: rgb(206,192,84); }
div.DivClassName
{
background-color: #CEC054;
}
.BgClassName
{
background-color: #CEC054;
}
</style>
border-color css
<style>
span { border-color: #CEC054; }
span { border-color: rgb(206,192,84); }
td.TdClassName
{
border-color: #CEC054;
}
.TagClassName
{
border-color: #CEC054;
}
</style>