Shades of Wattle #C5C241
Tints of Wattle #C5C241
RGB
CMYK
RGB Variations
Color information
#C5C241 (or 0xC5C241) is known color: Wattle. HEX triplet: C5, C2 and 41. RGB value is (197,194,65). Sum of RGB (Red+Green+Blue) = 197+194+65=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C241 is #3A3DBE. Grayscale: #B4B4B4. Windows color (decimal): -3816895 or 4309701. OLE color: 4309701.
HSL color Cylindrical-coordinate representation of color #C5C241: hue angle of 58.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5C241 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 65 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.23 |
| HSL | 58.64º | 0.53% | 0.51% | - |
| HSV(B) | 58.64º | 0.67% | 0.77% | - |
| XYZ | 43.27 | 50.84 | 12.53 | - |
| YUV | 180.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 65 | 0 | 0.02 | 0.67 | 0.23 | 58.64 | 0.53 | 0.51 |
| Hex | C5 | C2 | 41 | 0 | 2 | 43 | 17 | 3B | 35 | 33 |
| Octal | 305 | 302 | 101 | 0 | 2 | 103 | 27 | 73 | 65 | 63 |
| Binary | 11000101 | 11000010 | 1000001 | 0 | 10 | 1000011 | 10111 | 111011 | 110101 | 110011 |
Color Harmonies of #C5C241
Complementary color
Monochromatic Colors of #C5C241
Black with #C5C241
Text Example
Text Example
White with #C5C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C241; }
p { color: rgb(197,194,65); }
H1.HeaderClassName
{
color: #C5C241;
}
.AnyTagClassName
{
color: #C5C241;
}
</style>
background-color css
<style>
a { background-color: #C5C241; }
a { background-color: rgb(197,194,65); }
div.DivClassName
{
background-color: #C5C241;
}
.BgClassName
{
background-color: #C5C241;
}
</style>
border-color css
<style>
span { border-color: #C5C241; }
span { border-color: rgb(197,194,65); }
td.TdClassName
{
border-color: #C5C241;
}
.TagClassName
{
border-color: #C5C241;
}
</style>