Shades of Wattle #C5C436
Tints of Wattle #C5C436
RGB
CMYK
RGB Variations
Color information
#C5C436 (or 0xC5C436) is known color: Wattle. HEX triplet: C5, C4 and 36. RGB value is (197,196,54). Sum of RGB (Red+Green+Blue) = 197+196+54=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 54 (21.48% from 255 or 12.08% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C436 is #3A3BC9. Grayscale: #B4B4B4. Windows color (decimal): -3816394 or 3589317. OLE color: 3589317.
HSL color Cylindrical-coordinate representation of color #C5C436: hue angle of 59.58º degrees, saturation: 0.57, 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 #C5C436 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 54 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.23 |
| HSL | 59.58º | 0.57% | 0.49% | - |
| HSV(B) | 59.58º | 0.73% | 0.77% | - |
| XYZ | 43.43 | 51.62 | 11.16 | - |
| YUV | 180.11 | 56.83 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 54 | 0 | 0.01 | 0.73 | 0.23 | 59.58 | 0.57 | 0.49 |
| Hex | C5 | C4 | 36 | 0 | 1 | 49 | 17 | 3C | 39 | 31 |
| Octal | 305 | 304 | 66 | 0 | 1 | 111 | 27 | 74 | 71 | 61 |
| Binary | 11000101 | 11000100 | 110110 | 0 | 1 | 1001001 | 10111 | 111100 | 111001 | 110001 |
Color Harmonies of #C5C436
Complementary color
Monochromatic Colors of #C5C436
Black with #C5C436
Text Example
Text Example
White with #C5C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C436; }
p { color: rgb(197,196,54); }
H1.HeaderClassName
{
color: #C5C436;
}
.AnyTagClassName
{
color: #C5C436;
}
</style>
background-color css
<style>
a { background-color: #C5C436; }
a { background-color: rgb(197,196,54); }
div.DivClassName
{
background-color: #C5C436;
}
.BgClassName
{
background-color: #C5C436;
}
</style>
border-color css
<style>
span { border-color: #C5C436; }
span { border-color: rgb(197,196,54); }
td.TdClassName
{
border-color: #C5C436;
}
.TagClassName
{
border-color: #C5C436;
}
</style>