Shades of Wattle #C5C537
Tints of Wattle #C5C537
RGB
CMYK
RGB Variations
Color information
#C5C537 (or 0xC5C537) is known color: Wattle. HEX triplet: C5, C5 and 37. RGB value is (197,197,55). Sum of RGB (Red+Green+Blue) = 197+197+55=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C537 is #3A3AC8. Grayscale: #B5B5B5. Windows color (decimal): -3816137 or 3655109. OLE color: 3655109.
HSL color Cylindrical-coordinate representation of color #C5C537: hue angle of 60º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5C537 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 55 | - |
| CMYK | 0 | 0 | 0.72 | 0.23 |
| HSL | 60º | 0.56% | 0.49% | - |
| HSV(B) | 60º | 0.72% | 0.77% | - |
| XYZ | 43.68 | 52.08 | 11.36 | - |
| YUV | 180.81 | 57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 55 | 0 | 0 | 0.72 | 0.23 | 60 | 0.56 | 0.49 |
| Hex | C5 | C5 | 37 | 0 | 0 | 48 | 17 | 3C | 38 | 31 |
| Octal | 305 | 305 | 67 | 0 | 0 | 110 | 27 | 74 | 70 | 61 |
| Binary | 11000101 | 11000101 | 110111 | 0 | 0 | 1001000 | 10111 | 111100 | 111000 | 110001 |
Color Harmonies of #C5C537
Complementary color
Monochromatic Colors of #C5C537
Black with #C5C537
Text Example
Text Example
White with #C5C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C537; }
p { color: rgb(197,197,55); }
H1.HeaderClassName
{
color: #C5C537;
}
.AnyTagClassName
{
color: #C5C537;
}
</style>
background-color css
<style>
a { background-color: #C5C537; }
a { background-color: rgb(197,197,55); }
div.DivClassName
{
background-color: #C5C537;
}
.BgClassName
{
background-color: #C5C537;
}
</style>
border-color css
<style>
span { border-color: #C5C537; }
span { border-color: rgb(197,197,55); }
td.TdClassName
{
border-color: #C5C537;
}
.TagClassName
{
border-color: #C5C537;
}
</style>