Shades of Wattle #CEC048
Tints of Wattle #CEC048
RGB
CMYK
RGB Variations
Color information
#CEC048 (or 0xCEC048) is known color: Wattle. HEX triplet: CE, C0 and 48. RGB value is (206,192,72). Sum of RGB (Red+Green+Blue) = 206+192+72=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC048 is #313FB7. Grayscale: #B6B6B6. Windows color (decimal): -3227576 or 4767950. OLE color: 4767950.
HSL color Cylindrical-coordinate representation of color #CEC048: hue angle of 53.73º 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 #CEC048 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 72 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.19 |
| HSL | 53.73º | 0.58% | 0.55% | - |
| HSV(B) | 53.73º | 0.65% | 0.81% | - |
| XYZ | 45.47 | 51.29 | 13.63 | - |
| YUV | 182.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 72 | 0 | 0.07 | 0.65 | 0.19 | 53.73 | 0.58 | 0.55 |
| Hex | CE | C0 | 48 | 0 | 7 | 41 | 13 | 36 | 3A | 37 |
| Octal | 316 | 300 | 110 | 0 | 7 | 101 | 23 | 66 | 72 | 67 |
| Binary | 11001110 | 11000000 | 1001000 | 0 | 111 | 1000001 | 10011 | 110110 | 111010 | 110111 |
Color Harmonies of #CEC048
Complementary color
Monochromatic Colors of #CEC048
Black with #CEC048
Text Example
Text Example
White with #CEC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC048; }
p { color: rgb(206,192,72); }
H1.HeaderClassName
{
color: #CEC048;
}
.AnyTagClassName
{
color: #CEC048;
}
</style>
background-color css
<style>
a { background-color: #CEC048; }
a { background-color: rgb(206,192,72); }
div.DivClassName
{
background-color: #CEC048;
}
.BgClassName
{
background-color: #CEC048;
}
</style>
border-color css
<style>
span { border-color: #CEC048; }
span { border-color: rgb(206,192,72); }
td.TdClassName
{
border-color: #CEC048;
}
.TagClassName
{
border-color: #CEC048;
}
</style>