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