Shades of Tacha #CEC152
Tints of Tacha #CEC152
RGB
CMYK
RGB Variations
Color information
#CEC152 (or 0xCEC152) is known color: Tacha. HEX triplet: CE, C1 and 52. RGB value is (206,193,82). Sum of RGB (Red+Green+Blue) = 206+193+82=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC152 is #313EAD. Grayscale: #B8B8B8. Windows color (decimal): -3227310 or 5423566. OLE color: 5423566.
HSL color Cylindrical-coordinate representation of color #CEC152: hue angle of 53.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEC152 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 82 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.19 |
| HSL | 53.71º | 0.56% | 0.56% | - |
| HSV(B) | 53.71º | 0.6% | 0.81% | - |
| XYZ | 46.05 | 51.87 | 15.57 | - |
| YUV | 184.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 82 | 0 | 0.06 | 0.60 | 0.19 | 53.71 | 0.56 | 0.56 |
| Hex | CE | C1 | 52 | 0 | 6 | 3C | 13 | 36 | 38 | 38 |
| Octal | 316 | 301 | 122 | 0 | 6 | 74 | 23 | 66 | 70 | 70 |
| Binary | 11001110 | 11000001 | 1010010 | 0 | 110 | 111100 | 10011 | 110110 | 111000 | 111000 |
Color Harmonies of #CEC152
Complementary color
Monochromatic Colors of #CEC152
Black with #CEC152
Text Example
Text Example
White with #CEC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC152; }
p { color: rgb(206,193,82); }
H1.HeaderClassName
{
color: #CEC152;
}
.AnyTagClassName
{
color: #CEC152;
}
</style>
background-color css
<style>
a { background-color: #CEC152; }
a { background-color: rgb(206,193,82); }
div.DivClassName
{
background-color: #CEC152;
}
.BgClassName
{
background-color: #CEC152;
}
</style>
border-color css
<style>
span { border-color: #CEC152; }
span { border-color: rgb(206,193,82); }
td.TdClassName
{
border-color: #CEC152;
}
.TagClassName
{
border-color: #CEC152;
}
</style>