Shades of Tacha #CEC263
Tints of Tacha #CEC263
RGB
CMYK
RGB Variations
Color information
#CEC263 (or 0xCEC263) is known color: Tacha. HEX triplet: CE, C2 and 63. RGB value is (206,194,99). Sum of RGB (Red+Green+Blue) = 206+194+99=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC263 is #313D9C. Grayscale: #BBBBBB. Windows color (decimal): -3227037 or 6537934. OLE color: 6537934.
HSL color Cylindrical-coordinate representation of color #CEC263: hue angle of 53.27º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEC263 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 99 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.19 |
| HSL | 53.27º | 0.52% | 0.6% | - |
| HSV(B) | 53.27º | 0.52% | 0.81% | - |
| XYZ | 47 | 52.61 | 19.48 | - |
| YUV | 186.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 99 | 0 | 0.06 | 0.52 | 0.19 | 53.27 | 0.52 | 0.6 |
| Hex | CE | C2 | 63 | 0 | 6 | 34 | 13 | 35 | 34 | 3C |
| Octal | 316 | 302 | 143 | 0 | 6 | 64 | 23 | 65 | 64 | 74 |
| Binary | 11001110 | 11000010 | 1100011 | 0 | 110 | 110100 | 10011 | 110101 | 110100 | 111100 |
Color Harmonies of #CEC263
Complementary color
Monochromatic Colors of #CEC263
Black with #CEC263
Text Example
Text Example
White with #CEC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC263; }
p { color: rgb(206,194,99); }
H1.HeaderClassName
{
color: #CEC263;
}
.AnyTagClassName
{
color: #CEC263;
}
</style>
background-color css
<style>
a { background-color: #CEC263; }
a { background-color: rgb(206,194,99); }
div.DivClassName
{
background-color: #CEC263;
}
.BgClassName
{
background-color: #CEC263;
}
</style>
border-color css
<style>
span { border-color: #CEC263; }
span { border-color: rgb(206,194,99); }
td.TdClassName
{
border-color: #CEC263;
}
.TagClassName
{
border-color: #CEC263;
}
</style>