Shades of Tacha #CEC352
Tints of Tacha #CEC352
RGB
CMYK
RGB Variations
Color information
#CEC352 (or 0xCEC352) is known color: Tacha. HEX triplet: CE, C3 and 52. RGB value is (206,195,82). Sum of RGB (Red+Green+Blue) = 206+195+82=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC352 is #313CAD. Grayscale: #B9B9B9. Windows color (decimal): -3226798 or 5424078. OLE color: 5424078.
HSL color Cylindrical-coordinate representation of color #CEC352: hue angle of 54.68º 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 #CEC352 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 82 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.19 |
| HSL | 54.68º | 0.56% | 0.56% | - |
| HSV(B) | 54.68º | 0.6% | 0.81% | - |
| XYZ | 46.49 | 52.76 | 15.72 | - |
| YUV | 185.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 82 | 0 | 0.05 | 0.60 | 0.19 | 54.68 | 0.56 | 0.56 |
| Hex | CE | C3 | 52 | 0 | 5 | 3C | 13 | 37 | 38 | 38 |
| Octal | 316 | 303 | 122 | 0 | 5 | 74 | 23 | 67 | 70 | 70 |
| Binary | 11001110 | 11000011 | 1010010 | 0 | 101 | 111100 | 10011 | 110111 | 111000 | 111000 |
Color Harmonies of #CEC352
Complementary color
Monochromatic Colors of #CEC352
Black with #CEC352
Text Example
Text Example
White with #CEC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC352; }
p { color: rgb(206,195,82); }
H1.HeaderClassName
{
color: #CEC352;
}
.AnyTagClassName
{
color: #CEC352;
}
</style>
background-color css
<style>
a { background-color: #CEC352; }
a { background-color: rgb(206,195,82); }
div.DivClassName
{
background-color: #CEC352;
}
.BgClassName
{
background-color: #CEC352;
}
</style>
border-color css
<style>
span { border-color: #CEC352; }
span { border-color: rgb(206,195,82); }
td.TdClassName
{
border-color: #CEC352;
}
.TagClassName
{
border-color: #CEC352;
}
</style>