Shades of Tacha #CEC369
Tints of Tacha #CEC369
RGB
CMYK
RGB Variations
Color information
#CEC369 (or 0xCEC369) is known color: Tacha. HEX triplet: CE, C3 and 69. RGB value is (206,195,105). Sum of RGB (Red+Green+Blue) = 206+195+105=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC369 is #313C96. Grayscale: #BCBCBC. Windows color (decimal): -3226775 or 6931406. OLE color: 6931406.
HSL color Cylindrical-coordinate representation of color #CEC369: hue angle of 53.47º 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 #CEC369 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 105 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.19 |
| HSL | 53.47º | 0.51% | 0.61% | - |
| HSV(B) | 53.47º | 0.49% | 0.81% | - |
| XYZ | 47.52 | 53.17 | 21.12 | - |
| YUV | 188.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 105 | 0 | 0.05 | 0.49 | 0.19 | 53.47 | 0.51 | 0.61 |
| Hex | CE | C3 | 69 | 0 | 5 | 31 | 13 | 35 | 33 | 3D |
| Octal | 316 | 303 | 151 | 0 | 5 | 61 | 23 | 65 | 63 | 75 |
| Binary | 11001110 | 11000011 | 1101001 | 0 | 101 | 110001 | 10011 | 110101 | 110011 | 111101 |
Color Harmonies of #CEC369
Complementary color
Monochromatic Colors of #CEC369
Black with #CEC369
Text Example
Text Example
White with #CEC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC369; }
p { color: rgb(206,195,105); }
H1.HeaderClassName
{
color: #CEC369;
}
.AnyTagClassName
{
color: #CEC369;
}
</style>
background-color css
<style>
a { background-color: #CEC369; }
a { background-color: rgb(206,195,105); }
div.DivClassName
{
background-color: #CEC369;
}
.BgClassName
{
background-color: #CEC369;
}
</style>
border-color css
<style>
span { border-color: #CEC369; }
span { border-color: rgb(206,195,105); }
td.TdClassName
{
border-color: #CEC369;
}
.TagClassName
{
border-color: #CEC369;
}
</style>