Shades of Tacha #CEC05A
Tints of Tacha #CEC05A
RGB
CMYK
RGB Variations
Color information
#CEC05A (or 0xCEC05A) is known color: Tacha. HEX triplet: CE, C0 and 5A. RGB value is (206,192,90). Sum of RGB (Red+Green+Blue) = 206+192+90=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC05A is #313FA5. Grayscale: #B8B8B8. Windows color (decimal): -3227558 or 5947598. OLE color: 5947598.
HSL color Cylindrical-coordinate representation of color #CEC05A: hue angle of 52.76º 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 #CEC05A is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 90 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.19 |
| HSL | 52.76º | 0.54% | 0.58% | - |
| HSV(B) | 52.76º | 0.56% | 0.81% | - |
| XYZ | 46.15 | 51.56 | 17.19 | - |
| YUV | 184.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 90 | 0 | 0.07 | 0.56 | 0.19 | 52.76 | 0.54 | 0.58 |
| Hex | CE | C0 | 5A | 0 | 7 | 38 | 13 | 35 | 36 | 3A |
| Octal | 316 | 300 | 132 | 0 | 7 | 70 | 23 | 65 | 66 | 72 |
| Binary | 11001110 | 11000000 | 1011010 | 0 | 111 | 111000 | 10011 | 110101 | 110110 | 111010 |
Color Harmonies of #CEC05A
Complementary color
Monochromatic Colors of #CEC05A
Black with #CEC05A
Text Example
Text Example
White with #CEC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC05A; }
p { color: rgb(206,192,90); }
H1.HeaderClassName
{
color: #CEC05A;
}
.AnyTagClassName
{
color: #CEC05A;
}
</style>
background-color css
<style>
a { background-color: #CEC05A; }
a { background-color: rgb(206,192,90); }
div.DivClassName
{
background-color: #CEC05A;
}
.BgClassName
{
background-color: #CEC05A;
}
</style>
border-color css
<style>
span { border-color: #CEC05A; }
span { border-color: rgb(206,192,90); }
td.TdClassName
{
border-color: #CEC05A;
}
.TagClassName
{
border-color: #CEC05A;
}
</style>