Shades of Wattle #CECC46
Tints of Wattle #CECC46
RGB
CMYK
RGB Variations
Color information
#CECC46 (or 0xCECC46) is known color: Wattle. HEX triplet: CE, CC and 46. RGB value is (206,204,70). Sum of RGB (Red+Green+Blue) = 206+204+70=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC46 is #3133B9. Grayscale: #BDBDBD. Windows color (decimal): -3224506 or 4639950. OLE color: 4639950.
HSL color Cylindrical-coordinate representation of color #CECC46: hue angle of 59.12º 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 #CECC46 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 70 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.19 |
| HSL | 59.12º | 0.58% | 0.54% | - |
| HSV(B) | 59.12º | 0.66% | 0.81% | - |
| XYZ | 48.15 | 56.75 | 14.21 | - |
| YUV | 189.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 70 | 0 | 0.01 | 0.66 | 0.19 | 59.12 | 0.58 | 0.54 |
| Hex | CE | CC | 46 | 0 | 1 | 42 | 13 | 3B | 3A | 36 |
| Octal | 316 | 314 | 106 | 0 | 1 | 102 | 23 | 73 | 72 | 66 |
| Binary | 11001110 | 11001100 | 1000110 | 0 | 1 | 1000010 | 10011 | 111011 | 111010 | 110110 |
Color Harmonies of #CECC46
Complementary color
Monochromatic Colors of #CECC46
Black with #CECC46
Text Example
Text Example
White with #CECC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC46; }
p { color: rgb(206,204,70); }
H1.HeaderClassName
{
color: #CECC46;
}
.AnyTagClassName
{
color: #CECC46;
}
</style>
background-color css
<style>
a { background-color: #CECC46; }
a { background-color: rgb(206,204,70); }
div.DivClassName
{
background-color: #CECC46;
}
.BgClassName
{
background-color: #CECC46;
}
</style>
border-color css
<style>
span { border-color: #CECC46; }
span { border-color: rgb(206,204,70); }
td.TdClassName
{
border-color: #CECC46;
}
.TagClassName
{
border-color: #CECC46;
}
</style>