Shades of Tacha #CEC167
Tints of Tacha #CEC167
RGB
CMYK
RGB Variations
Color information
#CEC167 (or 0xCEC167) is known color: Tacha. HEX triplet: CE, C1 and 67. RGB value is (206,193,103). Sum of RGB (Red+Green+Blue) = 206+193+103=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC167 is #313E98. Grayscale: #BBBBBB. Windows color (decimal): -3227289 or 6799822. OLE color: 6799822.
HSL color Cylindrical-coordinate representation of color #CEC167: hue angle of 52.43º 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 #CEC167 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 103 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.19 |
| HSL | 52.43º | 0.51% | 0.61% | - |
| HSV(B) | 52.43º | 0.5% | 0.81% | - |
| XYZ | 46.97 | 52.24 | 20.44 | - |
| YUV | 186.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 103 | 0 | 0.06 | 0.50 | 0.19 | 52.43 | 0.51 | 0.61 |
| Hex | CE | C1 | 67 | 0 | 6 | 32 | 13 | 34 | 33 | 3D |
| Octal | 316 | 301 | 147 | 0 | 6 | 62 | 23 | 64 | 63 | 75 |
| Binary | 11001110 | 11000001 | 1100111 | 0 | 110 | 110010 | 10011 | 110100 | 110011 | 111101 |
Color Harmonies of #CEC167
Complementary color
Monochromatic Colors of #CEC167
Black with #CEC167
Text Example
Text Example
White with #CEC167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC167; }
p { color: rgb(206,193,103); }
H1.HeaderClassName
{
color: #CEC167;
}
.AnyTagClassName
{
color: #CEC167;
}
</style>
background-color css
<style>
a { background-color: #CEC167; }
a { background-color: rgb(206,193,103); }
div.DivClassName
{
background-color: #CEC167;
}
.BgClassName
{
background-color: #CEC167;
}
</style>
border-color css
<style>
span { border-color: #CEC167; }
span { border-color: rgb(206,193,103); }
td.TdClassName
{
border-color: #CEC167;
}
.TagClassName
{
border-color: #CEC167;
}
</style>