Shades of Tacha #CEC869
Tints of Tacha #CEC869
RGB
CMYK
RGB Variations
Color information
#CEC869 (or 0xCEC869) is known color: Tacha. HEX triplet: CE, C8 and 69. RGB value is (206,200,105). Sum of RGB (Red+Green+Blue) = 206+200+105=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC869 is #313796. Grayscale: #BFBFBF. Windows color (decimal): -3225495 or 6932686. OLE color: 6932686.
HSL color Cylindrical-coordinate representation of color #CEC869: hue angle of 56.44º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEC869 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 105 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.19 |
| HSL | 56.44º | 0.51% | 0.61% | - |
| HSV(B) | 56.44º | 0.49% | 0.81% | - |
| XYZ | 48.66 | 55.45 | 21.5 | - |
| YUV | 190.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 105 | 0 | 0.03 | 0.49 | 0.19 | 56.44 | 0.51 | 0.61 |
| Hex | CE | C8 | 69 | 0 | 3 | 31 | 13 | 38 | 33 | 3D |
| Octal | 316 | 310 | 151 | 0 | 3 | 61 | 23 | 70 | 63 | 75 |
| Binary | 11001110 | 11001000 | 1101001 | 0 | 11 | 110001 | 10011 | 111000 | 110011 | 111101 |
Color Harmonies of #CEC869
Complementary color
Monochromatic Colors of #CEC869
Black with #CEC869
Text Example
Text Example
White with #CEC869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC869; }
p { color: rgb(206,200,105); }
H1.HeaderClassName
{
color: #CEC869;
}
.AnyTagClassName
{
color: #CEC869;
}
</style>
background-color css
<style>
a { background-color: #CEC869; }
a { background-color: rgb(206,200,105); }
div.DivClassName
{
background-color: #CEC869;
}
.BgClassName
{
background-color: #CEC869;
}
</style>
border-color css
<style>
span { border-color: #CEC869; }
span { border-color: rgb(206,200,105); }
td.TdClassName
{
border-color: #CEC869;
}
.TagClassName
{
border-color: #CEC869;
}
</style>