Shades of Wattle #C4C33A
Tints of Wattle #C4C33A
RGB
CMYK
RGB Variations
Color information
#C4C33A (or 0xC4C33A) is known color: Wattle. HEX triplet: C4, C3 and 3A. RGB value is (196,195,58). Sum of RGB (Red+Green+Blue) = 196+195+58=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C33A is #3B3CC5. Grayscale: #B4B4B4. Windows color (decimal): -3882182 or 3851204. OLE color: 3851204.
HSL color Cylindrical-coordinate representation of color #C4C33A: hue angle of 59.57º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4C33A is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 195 | 58 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.23 |
| HSL | 59.57º | 0.54% | 0.5% | - |
| HSV(B) | 59.57º | 0.7% | 0.77% | - |
| XYZ | 43.04 | 51.07 | 11.59 | - |
| YUV | 179.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 58 | 0 | 0.01 | 0.70 | 0.23 | 59.57 | 0.54 | 0.5 |
| Hex | C4 | C3 | 3A | 0 | 1 | 46 | 17 | 3C | 36 | 32 |
| Octal | 304 | 303 | 72 | 0 | 1 | 106 | 27 | 74 | 66 | 62 |
| Binary | 11000100 | 11000011 | 111010 | 0 | 1 | 1000110 | 10111 | 111100 | 110110 | 110010 |
Color Harmonies of #C4C33A
Complementary color
Monochromatic Colors of #C4C33A
Black with #C4C33A
Text Example
Text Example
White with #C4C33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C33A; }
p { color: rgb(196,195,58); }
H1.HeaderClassName
{
color: #C4C33A;
}
.AnyTagClassName
{
color: #C4C33A;
}
</style>
background-color css
<style>
a { background-color: #C4C33A; }
a { background-color: rgb(196,195,58); }
div.DivClassName
{
background-color: #C4C33A;
}
.BgClassName
{
background-color: #C4C33A;
}
</style>
border-color css
<style>
span { border-color: #C4C33A; }
span { border-color: rgb(196,195,58); }
td.TdClassName
{
border-color: #C4C33A;
}
.TagClassName
{
border-color: #C4C33A;
}
</style>