Shades of Wattle #C4C334
Tints of Wattle #C4C334
RGB
CMYK
RGB Variations
Color information
#C4C334 (or 0xC4C334) is known color: Wattle. HEX triplet: C4, C3 and 34. RGB value is (196,195,52). Sum of RGB (Red+Green+Blue) = 196+195+52=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C334 is #3B3CCB. Grayscale: #B3B3B3. Windows color (decimal): -3882188 or 3457988. OLE color: 3457988.
HSL color Cylindrical-coordinate representation of color #C4C334: hue angle of 59.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4C334 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 195 | 52 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.23 |
| HSL | 59.58º | 0.58% | 0.49% | - |
| HSV(B) | 59.58º | 0.73% | 0.77% | - |
| XYZ | 42.9 | 51.01 | 10.83 | - |
| YUV | 179 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 52 | 0 | 0.01 | 0.73 | 0.23 | 59.58 | 0.58 | 0.49 |
| Hex | C4 | C3 | 34 | 0 | 1 | 49 | 17 | 3C | 3A | 31 |
| Octal | 304 | 303 | 64 | 0 | 1 | 111 | 27 | 74 | 72 | 61 |
| Binary | 11000100 | 11000011 | 110100 | 0 | 1 | 1001001 | 10111 | 111100 | 111010 | 110001 |
Color Harmonies of #C4C334
Complementary color
Monochromatic Colors of #C4C334
Black with #C4C334
Text Example
Text Example
White with #C4C334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C334; }
p { color: rgb(196,195,52); }
H1.HeaderClassName
{
color: #C4C334;
}
.AnyTagClassName
{
color: #C4C334;
}
</style>
background-color css
<style>
a { background-color: #C4C334; }
a { background-color: rgb(196,195,52); }
div.DivClassName
{
background-color: #C4C334;
}
.BgClassName
{
background-color: #C4C334;
}
</style>
border-color css
<style>
span { border-color: #C4C334; }
span { border-color: rgb(196,195,52); }
td.TdClassName
{
border-color: #C4C334;
}
.TagClassName
{
border-color: #C4C334;
}
</style>