Shades of Tacha #CEC55C
Tints of Tacha #CEC55C
RGB
CMYK
RGB Variations
Color information
#CEC55C (or 0xCEC55C) is known color: Tacha. HEX triplet: CE, C5 and 5C. RGB value is (206,197,92). Sum of RGB (Red+Green+Blue) = 206+197+92=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC55C is #313AA3. Grayscale: #BCBCBC. Windows color (decimal): -3226276 or 6079950. OLE color: 6079950.
HSL color Cylindrical-coordinate representation of color #CEC55C: hue angle of 55.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEC55C is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 92 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.19 |
| HSL | 55.26º | 0.54% | 0.58% | - |
| HSV(B) | 55.26º | 0.55% | 0.81% | - |
| XYZ | 47.35 | 53.83 | 18.02 | - |
| YUV | 187.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 92 | 0 | 0.04 | 0.55 | 0.19 | 55.26 | 0.54 | 0.58 |
| Hex | CE | C5 | 5C | 0 | 4 | 37 | 13 | 37 | 36 | 3A |
| Octal | 316 | 305 | 134 | 0 | 4 | 67 | 23 | 67 | 66 | 72 |
| Binary | 11001110 | 11000101 | 1011100 | 0 | 100 | 110111 | 10011 | 110111 | 110110 | 111010 |
Color Harmonies of #CEC55C
Complementary color
Monochromatic Colors of #CEC55C
Black with #CEC55C
Text Example
Text Example
White with #CEC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC55C; }
p { color: rgb(206,197,92); }
H1.HeaderClassName
{
color: #CEC55C;
}
.AnyTagClassName
{
color: #CEC55C;
}
</style>
background-color css
<style>
a { background-color: #CEC55C; }
a { background-color: rgb(206,197,92); }
div.DivClassName
{
background-color: #CEC55C;
}
.BgClassName
{
background-color: #CEC55C;
}
</style>
border-color css
<style>
span { border-color: #CEC55C; }
span { border-color: rgb(206,197,92); }
td.TdClassName
{
border-color: #CEC55C;
}
.TagClassName
{
border-color: #CEC55C;
}
</style>