Shades of Wattle #C5C341
Tints of Wattle #C5C341
RGB
CMYK
RGB Variations
Color information
#C5C341 (or 0xC5C341) is known color: Wattle. HEX triplet: C5, C3 and 41. RGB value is (197,195,65). Sum of RGB (Red+Green+Blue) = 197+195+65=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C341 is #3A3CBE. Grayscale: #B5B5B5. Windows color (decimal): -3816639 or 4309957. OLE color: 4309957.
HSL color Cylindrical-coordinate representation of color #C5C341: hue angle of 59.09º 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 #C5C341 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 65 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.23 |
| HSL | 59.09º | 0.53% | 0.51% | - |
| HSV(B) | 59.09º | 0.67% | 0.77% | - |
| XYZ | 43.5 | 51.28 | 12.61 | - |
| YUV | 180.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 65 | 0 | 0.01 | 0.67 | 0.23 | 59.09 | 0.53 | 0.51 |
| Hex | C5 | C3 | 41 | 0 | 1 | 43 | 17 | 3B | 35 | 33 |
| Octal | 305 | 303 | 101 | 0 | 1 | 103 | 27 | 73 | 65 | 63 |
| Binary | 11000101 | 11000011 | 1000001 | 0 | 1 | 1000011 | 10111 | 111011 | 110101 | 110011 |
Color Harmonies of #C5C341
Complementary color
Monochromatic Colors of #C5C341
Black with #C5C341
Text Example
Text Example
White with #C5C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C341; }
p { color: rgb(197,195,65); }
H1.HeaderClassName
{
color: #C5C341;
}
.AnyTagClassName
{
color: #C5C341;
}
</style>
background-color css
<style>
a { background-color: #C5C341; }
a { background-color: rgb(197,195,65); }
div.DivClassName
{
background-color: #C5C341;
}
.BgClassName
{
background-color: #C5C341;
}
</style>
border-color css
<style>
span { border-color: #C5C341; }
span { border-color: rgb(197,195,65); }
td.TdClassName
{
border-color: #C5C341;
}
.TagClassName
{
border-color: #C5C341;
}
</style>