Shades of Wattle #CECE48
Tints of Wattle #CECE48
RGB
CMYK
RGB Variations
Color information
#CECE48 (or 0xCECE48) is known color: Wattle. HEX triplet: CE, CE and 48. RGB value is (206,206,72). Sum of RGB (Red+Green+Blue) = 206+206+72=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE48 is #3131B7. Grayscale: #BFBFBF. Windows color (decimal): -3223992 or 4771534. OLE color: 4771534.
HSL color Cylindrical-coordinate representation of color #CECE48: hue angle of 60º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CECE48 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 72 | - |
| CMYK | 0 | 0 | 0.65 | 0.19 |
| HSL | 60º | 0.58% | 0.55% | - |
| HSV(B) | 60º | 0.65% | 0.81% | - |
| XYZ | 48.69 | 57.73 | 14.71 | - |
| YUV | 190.72 | 61 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 72 | 0 | 0 | 0.65 | 0.19 | 60 | 0.58 | 0.55 |
| Hex | CE | CE | 48 | 0 | 0 | 41 | 13 | 3C | 3A | 37 |
| Octal | 316 | 316 | 110 | 0 | 0 | 101 | 23 | 74 | 72 | 67 |
| Binary | 11001110 | 11001110 | 1001000 | 0 | 0 | 1000001 | 10011 | 111100 | 111010 | 110111 |
Color Harmonies of #CECE48
Complementary color
Monochromatic Colors of #CECE48
Black with #CECE48
Text Example
Text Example
White with #CECE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE48; }
p { color: rgb(206,206,72); }
H1.HeaderClassName
{
color: #CECE48;
}
.AnyTagClassName
{
color: #CECE48;
}
</style>
background-color css
<style>
a { background-color: #CECE48; }
a { background-color: rgb(206,206,72); }
div.DivClassName
{
background-color: #CECE48;
}
.BgClassName
{
background-color: #CECE48;
}
</style>
border-color css
<style>
span { border-color: #CECE48; }
span { border-color: rgb(206,206,72); }
td.TdClassName
{
border-color: #CECE48;
}
.TagClassName
{
border-color: #CECE48;
}
</style>