Shades of Tacha #CEC55B
Tints of Tacha #CEC55B
RGB
CMYK
RGB Variations
Color information
#CEC55B (or 0xCEC55B) is known color: Tacha. HEX triplet: CE, C5 and 5B. RGB value is (206,197,91). Sum of RGB (Red+Green+Blue) = 206+197+91=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC55B is #313AA4. Grayscale: #BCBCBC. Windows color (decimal): -3226277 or 6014414. OLE color: 6014414.
HSL color Cylindrical-coordinate representation of color #CEC55B: hue angle of 55.3º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEC55B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 91 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.19 |
| HSL | 55.3º | 0.54% | 0.58% | - |
| HSV(B) | 55.3º | 0.56% | 0.81% | - |
| XYZ | 47.31 | 53.81 | 17.79 | - |
| YUV | 187.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 91 | 0 | 0.04 | 0.56 | 0.19 | 55.3 | 0.54 | 0.58 |
| Hex | CE | C5 | 5B | 0 | 4 | 38 | 13 | 37 | 36 | 3A |
| Octal | 316 | 305 | 133 | 0 | 4 | 70 | 23 | 67 | 66 | 72 |
| Binary | 11001110 | 11000101 | 1011011 | 0 | 100 | 111000 | 10011 | 110111 | 110110 | 111010 |
Color Harmonies of #CEC55B
Complementary color
Monochromatic Colors of #CEC55B
Black with #CEC55B
Text Example
Text Example
White with #CEC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC55B; }
p { color: rgb(206,197,91); }
H1.HeaderClassName
{
color: #CEC55B;
}
.AnyTagClassName
{
color: #CEC55B;
}
</style>
background-color css
<style>
a { background-color: #CEC55B; }
a { background-color: rgb(206,197,91); }
div.DivClassName
{
background-color: #CEC55B;
}
.BgClassName
{
background-color: #CEC55B;
}
</style>
border-color css
<style>
span { border-color: #CEC55B; }
span { border-color: rgb(206,197,91); }
td.TdClassName
{
border-color: #CEC55B;
}
.TagClassName
{
border-color: #CEC55B;
}
</style>