Shades of Wattle #C4C242
Tints of Wattle #C4C242
RGB
CMYK
RGB Variations
Color information
#C4C242 (or 0xC4C242) is known color: Wattle. HEX triplet: C4, C2 and 42. RGB value is (196,194,66). Sum of RGB (Red+Green+Blue) = 196+194+66=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C242 is #3B3DBD. Grayscale: #B4B4B4. Windows color (decimal): -3882430 or 4375236. OLE color: 4375236.
HSL color Cylindrical-coordinate representation of color #C4C242: hue angle of 59.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4C242 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 66 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.23 |
| HSL | 59.08º | 0.52% | 0.51% | - |
| HSV(B) | 59.08º | 0.66% | 0.77% | - |
| XYZ | 43.04 | 50.71 | 12.67 | - |
| YUV | 180.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 66 | 0 | 0.01 | 0.66 | 0.23 | 59.08 | 0.52 | 0.51 |
| Hex | C4 | C2 | 42 | 0 | 1 | 42 | 17 | 3B | 34 | 33 |
| Octal | 304 | 302 | 102 | 0 | 1 | 102 | 27 | 73 | 64 | 63 |
| Binary | 11000100 | 11000010 | 1000010 | 0 | 1 | 1000010 | 10111 | 111011 | 110100 | 110011 |
Color Harmonies of #C4C242
Complementary color
Monochromatic Colors of #C4C242
Black with #C4C242
Text Example
Text Example
White with #C4C242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C242; }
p { color: rgb(196,194,66); }
H1.HeaderClassName
{
color: #C4C242;
}
.AnyTagClassName
{
color: #C4C242;
}
</style>
background-color css
<style>
a { background-color: #C4C242; }
a { background-color: rgb(196,194,66); }
div.DivClassName
{
background-color: #C4C242;
}
.BgClassName
{
background-color: #C4C242;
}
</style>
border-color css
<style>
span { border-color: #C4C242; }
span { border-color: rgb(196,194,66); }
td.TdClassName
{
border-color: #C4C242;
}
.TagClassName
{
border-color: #C4C242;
}
</style>