Shades of Wattle #CEC145
Tints of Wattle #CEC145
RGB
CMYK
RGB Variations
Color information
#CEC145 (or 0xCEC145) is known color: Wattle. HEX triplet: CE, C1 and 45. RGB value is (206,193,69). Sum of RGB (Red+Green+Blue) = 206+193+69=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC145 is #313EBA. Grayscale: #B7B7B7. Windows color (decimal): -3227323 or 4571598. OLE color: 4571598.
HSL color Cylindrical-coordinate representation of color #CEC145: hue angle of 54.31º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEC145 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 69 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.19 |
| HSL | 54.31º | 0.58% | 0.54% | - |
| HSV(B) | 54.31º | 0.67% | 0.81% | - |
| XYZ | 45.6 | 51.69 | 13.2 | - |
| YUV | 182.75 | 63.81 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 69 | 0 | 0.06 | 0.67 | 0.19 | 54.31 | 0.58 | 0.54 |
| Hex | CE | C1 | 45 | 0 | 6 | 43 | 13 | 36 | 3A | 36 |
| Octal | 316 | 301 | 105 | 0 | 6 | 103 | 23 | 66 | 72 | 66 |
| Binary | 11001110 | 11000001 | 1000101 | 0 | 110 | 1000011 | 10011 | 110110 | 111010 | 110110 |
Color Harmonies of #CEC145
Complementary color
Monochromatic Colors of #CEC145
Black with #CEC145
Text Example
Text Example
White with #CEC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC145; }
p { color: rgb(206,193,69); }
H1.HeaderClassName
{
color: #CEC145;
}
.AnyTagClassName
{
color: #CEC145;
}
</style>
background-color css
<style>
a { background-color: #CEC145; }
a { background-color: rgb(206,193,69); }
div.DivClassName
{
background-color: #CEC145;
}
.BgClassName
{
background-color: #CEC145;
}
</style>
border-color css
<style>
span { border-color: #CEC145; }
span { border-color: rgb(206,193,69); }
td.TdClassName
{
border-color: #CEC145;
}
.TagClassName
{
border-color: #CEC145;
}
</style>