Shades of Tacha #CEC15A
Tints of Tacha #CEC15A
RGB
CMYK
RGB Variations
Color information
#CEC15A (or 0xCEC15A) is known color: Tacha. HEX triplet: CE, C1 and 5A. RGB value is (206,193,90). Sum of RGB (Red+Green+Blue) = 206+193+90=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC15A is #313EA5. Grayscale: #B9B9B9. Windows color (decimal): -3227302 or 5947854. OLE color: 5947854.
HSL color Cylindrical-coordinate representation of color #CEC15A: hue angle of 53.28º 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 #CEC15A is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 90 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.19 |
| HSL | 53.28º | 0.54% | 0.58% | - |
| HSV(B) | 53.28º | 0.56% | 0.81% | - |
| XYZ | 46.37 | 52 | 17.27 | - |
| YUV | 185.15 | 74.31 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 90 | 0 | 0.06 | 0.56 | 0.19 | 53.28 | 0.54 | 0.58 |
| Hex | CE | C1 | 5A | 0 | 6 | 38 | 13 | 35 | 36 | 3A |
| Octal | 316 | 301 | 132 | 0 | 6 | 70 | 23 | 65 | 66 | 72 |
| Binary | 11001110 | 11000001 | 1011010 | 0 | 110 | 111000 | 10011 | 110101 | 110110 | 111010 |
Color Harmonies of #CEC15A
Complementary color
Monochromatic Colors of #CEC15A
Black with #CEC15A
Text Example
Text Example
White with #CEC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC15A; }
p { color: rgb(206,193,90); }
H1.HeaderClassName
{
color: #CEC15A;
}
.AnyTagClassName
{
color: #CEC15A;
}
</style>
background-color css
<style>
a { background-color: #CEC15A; }
a { background-color: rgb(206,193,90); }
div.DivClassName
{
background-color: #CEC15A;
}
.BgClassName
{
background-color: #CEC15A;
}
</style>
border-color css
<style>
span { border-color: #CEC15A; }
span { border-color: rgb(206,193,90); }
td.TdClassName
{
border-color: #CEC15A;
}
.TagClassName
{
border-color: #CEC15A;
}
</style>