Shades of Wattle #CECE46
Tints of Wattle #CECE46
RGB
CMYK
RGB Variations
Color information
#CECE46 (or 0xCECE46) is known color: Wattle. HEX triplet: CE, CE and 46. RGB value is (206,206,70). Sum of RGB (Red+Green+Blue) = 206+206+70=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE46 is #3131B9. Grayscale: #BFBFBF. Windows color (decimal): -3223994 or 4640462. OLE color: 4640462.
HSL color Cylindrical-coordinate representation of color #CECE46: hue angle of 60º 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 #CECE46 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 70 | - |
| CMYK | 0 | 0 | 0.66 | 0.19 |
| HSL | 60º | 0.58% | 0.54% | - |
| HSV(B) | 60º | 0.66% | 0.81% | - |
| XYZ | 48.63 | 57.71 | 14.37 | - |
| YUV | 190.5 | 60 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 70 | 0 | 0 | 0.66 | 0.19 | 60 | 0.58 | 0.54 |
| Hex | CE | CE | 46 | 0 | 0 | 42 | 13 | 3C | 3A | 36 |
| Octal | 316 | 316 | 106 | 0 | 0 | 102 | 23 | 74 | 72 | 66 |
| Binary | 11001110 | 11001110 | 1000110 | 0 | 0 | 1000010 | 10011 | 111100 | 111010 | 110110 |
Color Harmonies of #CECE46
Complementary color
Monochromatic Colors of #CECE46
Black with #CECE46
Text Example
Text Example
White with #CECE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE46; }
p { color: rgb(206,206,70); }
H1.HeaderClassName
{
color: #CECE46;
}
.AnyTagClassName
{
color: #CECE46;
}
</style>
background-color css
<style>
a { background-color: #CECE46; }
a { background-color: rgb(206,206,70); }
div.DivClassName
{
background-color: #CECE46;
}
.BgClassName
{
background-color: #CECE46;
}
</style>
border-color css
<style>
span { border-color: #CECE46; }
span { border-color: rgb(206,206,70); }
td.TdClassName
{
border-color: #CECE46;
}
.TagClassName
{
border-color: #CECE46;
}
</style>