Shades of Wattle #CECC48
Tints of Wattle #CECC48
RGB
CMYK
RGB Variations
Color information
#CECC48 (or 0xCECC48) is known color: Wattle. HEX triplet: CE, CC and 48. RGB value is (206,204,72). Sum of RGB (Red+Green+Blue) = 206+204+72=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC48 is #3133B7. Grayscale: #BEBEBE. Windows color (decimal): -3224504 or 4771022. OLE color: 4771022.
HSL color Cylindrical-coordinate representation of color #CECC48: hue angle of 59.1º 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 #CECC48 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 72 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.19 |
| HSL | 59.1º | 0.58% | 0.55% | - |
| HSV(B) | 59.1º | 0.65% | 0.81% | - |
| XYZ | 48.22 | 56.78 | 14.55 | - |
| YUV | 189.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 72 | 0 | 0.01 | 0.65 | 0.19 | 59.1 | 0.58 | 0.55 |
| Hex | CE | CC | 48 | 0 | 1 | 41 | 13 | 3B | 3A | 37 |
| Octal | 316 | 314 | 110 | 0 | 1 | 101 | 23 | 73 | 72 | 67 |
| Binary | 11001110 | 11001100 | 1001000 | 0 | 1 | 1000001 | 10011 | 111011 | 111010 | 110111 |
Color Harmonies of #CECC48
Complementary color
Monochromatic Colors of #CECC48
Black with #CECC48
Text Example
Text Example
White with #CECC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC48; }
p { color: rgb(206,204,72); }
H1.HeaderClassName
{
color: #CECC48;
}
.AnyTagClassName
{
color: #CECC48;
}
</style>
background-color css
<style>
a { background-color: #CECC48; }
a { background-color: rgb(206,204,72); }
div.DivClassName
{
background-color: #CECC48;
}
.BgClassName
{
background-color: #CECC48;
}
</style>
border-color css
<style>
span { border-color: #CECC48; }
span { border-color: rgb(206,204,72); }
td.TdClassName
{
border-color: #CECC48;
}
.TagClassName
{
border-color: #CECC48;
}
</style>