Shades of Tacha #CEC25C
Tints of Tacha #CEC25C
RGB
CMYK
RGB Variations
Color information
#CEC25C (or 0xCEC25C) is known color: Tacha. HEX triplet: CE, C2 and 5C. RGB value is (206,194,92). Sum of RGB (Red+Green+Blue) = 206+194+92=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC25C is #313DA3. Grayscale: #BABABA. Windows color (decimal): -3227044 or 6079182. OLE color: 6079182.
HSL color Cylindrical-coordinate representation of color #CEC25C: hue angle of 53.68º 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 #CEC25C is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 92 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.19 |
| HSL | 53.68º | 0.54% | 0.58% | - |
| HSV(B) | 53.68º | 0.55% | 0.81% | - |
| XYZ | 46.68 | 52.48 | 17.79 | - |
| YUV | 185.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 92 | 0 | 0.06 | 0.55 | 0.19 | 53.68 | 0.54 | 0.58 |
| Hex | CE | C2 | 5C | 0 | 6 | 37 | 13 | 36 | 36 | 3A |
| Octal | 316 | 302 | 134 | 0 | 6 | 67 | 23 | 66 | 66 | 72 |
| Binary | 11001110 | 11000010 | 1011100 | 0 | 110 | 110111 | 10011 | 110110 | 110110 | 111010 |
Color Harmonies of #CEC25C
Complementary color
Monochromatic Colors of #CEC25C
Black with #CEC25C
Text Example
Text Example
White with #CEC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC25C; }
p { color: rgb(206,194,92); }
H1.HeaderClassName
{
color: #CEC25C;
}
.AnyTagClassName
{
color: #CEC25C;
}
</style>
background-color css
<style>
a { background-color: #CEC25C; }
a { background-color: rgb(206,194,92); }
div.DivClassName
{
background-color: #CEC25C;
}
.BgClassName
{
background-color: #CEC25C;
}
</style>
border-color css
<style>
span { border-color: #CEC25C; }
span { border-color: rgb(206,194,92); }
td.TdClassName
{
border-color: #CEC25C;
}
.TagClassName
{
border-color: #CEC25C;
}
</style>