Shades of Wattle #C5C140
Tints of Wattle #C5C140
RGB
CMYK
RGB Variations
Color information
#C5C140 (or 0xC5C140) is known color: Wattle. HEX triplet: C5, C1 and 40. RGB value is (197,193,64). Sum of RGB (Red+Green+Blue) = 197+193+64=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C140 is #3A3EBF. Grayscale: #B4B4B4. Windows color (decimal): -3817152 or 4243909. OLE color: 4243909.
HSL color Cylindrical-coordinate representation of color #C5C140: hue angle of 58.2º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5C140 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 64 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.23 |
| HSL | 58.2º | 0.53% | 0.51% | - |
| HSV(B) | 58.2º | 0.68% | 0.77% | - |
| XYZ | 43.02 | 50.38 | 12.31 | - |
| YUV | 179.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 64 | 0 | 0.02 | 0.68 | 0.23 | 58.2 | 0.53 | 0.51 |
| Hex | C5 | C1 | 40 | 0 | 2 | 44 | 17 | 3A | 35 | 33 |
| Octal | 305 | 301 | 100 | 0 | 2 | 104 | 27 | 72 | 65 | 63 |
| Binary | 11000101 | 11000001 | 1000000 | 0 | 10 | 1000100 | 10111 | 111010 | 110101 | 110011 |
Color Harmonies of #C5C140
Complementary color
Monochromatic Colors of #C5C140
Black with #C5C140
Text Example
Text Example
White with #C5C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C140; }
p { color: rgb(197,193,64); }
H1.HeaderClassName
{
color: #C5C140;
}
.AnyTagClassName
{
color: #C5C140;
}
</style>
background-color css
<style>
a { background-color: #C5C140; }
a { background-color: rgb(197,193,64); }
div.DivClassName
{
background-color: #C5C140;
}
.BgClassName
{
background-color: #C5C140;
}
</style>
border-color css
<style>
span { border-color: #C5C140; }
span { border-color: rgb(197,193,64); }
td.TdClassName
{
border-color: #C5C140;
}
.TagClassName
{
border-color: #C5C140;
}
</style>