Shades of Wattle #CEC346
Tints of Wattle #CEC346
RGB
CMYK
RGB Variations
Color information
#CEC346 (or 0xCEC346) is known color: Wattle. HEX triplet: CE, C3 and 46. RGB value is (206,195,70). Sum of RGB (Red+Green+Blue) = 206+195+70=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC346 is #313CB9. Grayscale: #B8B8B8. Windows color (decimal): -3226810 or 4637646. OLE color: 4637646.
HSL color Cylindrical-coordinate representation of color #CEC346: hue angle of 55.15º 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 #CEC346 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 70 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.19 |
| HSL | 55.15º | 0.58% | 0.54% | - |
| HSV(B) | 55.15º | 0.66% | 0.81% | - |
| XYZ | 46.07 | 52.59 | 13.52 | - |
| YUV | 184.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 70 | 0 | 0.05 | 0.66 | 0.19 | 55.15 | 0.58 | 0.54 |
| Hex | CE | C3 | 46 | 0 | 5 | 42 | 13 | 37 | 3A | 36 |
| Octal | 316 | 303 | 106 | 0 | 5 | 102 | 23 | 67 | 72 | 66 |
| Binary | 11001110 | 11000011 | 1000110 | 0 | 101 | 1000010 | 10011 | 110111 | 111010 | 110110 |
Color Harmonies of #CEC346
Complementary color
Monochromatic Colors of #CEC346
Black with #CEC346
Text Example
Text Example
White with #CEC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC346; }
p { color: rgb(206,195,70); }
H1.HeaderClassName
{
color: #CEC346;
}
.AnyTagClassName
{
color: #CEC346;
}
</style>
background-color css
<style>
a { background-color: #CEC346; }
a { background-color: rgb(206,195,70); }
div.DivClassName
{
background-color: #CEC346;
}
.BgClassName
{
background-color: #CEC346;
}
</style>
border-color css
<style>
span { border-color: #CEC346; }
span { border-color: rgb(206,195,70); }
td.TdClassName
{
border-color: #CEC346;
}
.TagClassName
{
border-color: #CEC346;
}
</style>