Shades of Wattle #CEC546
Tints of Wattle #CEC546
RGB
CMYK
RGB Variations
Color information
#CEC546 (or 0xCEC546) is known color: Wattle. HEX triplet: CE, C5 and 46. RGB value is (206,197,70). Sum of RGB (Red+Green+Blue) = 206+197+70=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC546 is #313AB9. Grayscale: #B9B9B9. Windows color (decimal): -3226298 or 4638158. OLE color: 4638158.
HSL color Cylindrical-coordinate representation of color #CEC546: hue angle of 56.03º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEC546 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 70 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.19 |
| HSL | 56.03º | 0.58% | 0.54% | - |
| HSV(B) | 56.03º | 0.66% | 0.81% | - |
| XYZ | 46.53 | 53.5 | 13.67 | - |
| YUV | 185.21 | 62.98 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 70 | 0 | 0.04 | 0.66 | 0.19 | 56.03 | 0.58 | 0.54 |
| Hex | CE | C5 | 46 | 0 | 4 | 42 | 13 | 38 | 3A | 36 |
| Octal | 316 | 305 | 106 | 0 | 4 | 102 | 23 | 70 | 72 | 66 |
| Binary | 11001110 | 11000101 | 1000110 | 0 | 100 | 1000010 | 10011 | 111000 | 111010 | 110110 |
Color Harmonies of #CEC546
Complementary color
Monochromatic Colors of #CEC546
Black with #CEC546
Text Example
Text Example
White with #CEC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC546; }
p { color: rgb(206,197,70); }
H1.HeaderClassName
{
color: #CEC546;
}
.AnyTagClassName
{
color: #CEC546;
}
</style>
background-color css
<style>
a { background-color: #CEC546; }
a { background-color: rgb(206,197,70); }
div.DivClassName
{
background-color: #CEC546;
}
.BgClassName
{
background-color: #CEC546;
}
</style>
border-color css
<style>
span { border-color: #CEC546; }
span { border-color: rgb(206,197,70); }
td.TdClassName
{
border-color: #CEC546;
}
.TagClassName
{
border-color: #CEC546;
}
</style>