Shades of Tacha #CEC267
Tints of Tacha #CEC267
RGB
CMYK
RGB Variations
Color information
#CEC267 (or 0xCEC267) is known color: Tacha. HEX triplet: CE, C2 and 67. RGB value is (206,194,103). Sum of RGB (Red+Green+Blue) = 206+194+103=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC267 is #313D98. Grayscale: #BBBBBB. Windows color (decimal): -3227033 or 6800078. OLE color: 6800078.
HSL color Cylindrical-coordinate representation of color #CEC267: hue angle of 53.01º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEC267 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 103 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.19 |
| HSL | 53.01º | 0.51% | 0.61% | - |
| HSV(B) | 53.01º | 0.5% | 0.81% | - |
| XYZ | 47.19 | 52.68 | 20.51 | - |
| YUV | 187.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 103 | 0 | 0.06 | 0.50 | 0.19 | 53.01 | 0.51 | 0.61 |
| Hex | CE | C2 | 67 | 0 | 6 | 32 | 13 | 35 | 33 | 3D |
| Octal | 316 | 302 | 147 | 0 | 6 | 62 | 23 | 65 | 63 | 75 |
| Binary | 11001110 | 11000010 | 1100111 | 0 | 110 | 110010 | 10011 | 110101 | 110011 | 111101 |
Color Harmonies of #CEC267
Complementary color
Monochromatic Colors of #CEC267
Black with #CEC267
Text Example
Text Example
White with #CEC267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC267; }
p { color: rgb(206,194,103); }
H1.HeaderClassName
{
color: #CEC267;
}
.AnyTagClassName
{
color: #CEC267;
}
</style>
background-color css
<style>
a { background-color: #CEC267; }
a { background-color: rgb(206,194,103); }
div.DivClassName
{
background-color: #CEC267;
}
.BgClassName
{
background-color: #CEC267;
}
</style>
border-color css
<style>
span { border-color: #CEC267; }
span { border-color: rgb(206,194,103); }
td.TdClassName
{
border-color: #CEC267;
}
.TagClassName
{
border-color: #CEC267;
}
</style>