Shades of Wattle #C5C144
Tints of Wattle #C5C144
RGB
CMYK
RGB Variations
Color information
#C5C144 (or 0xC5C144) is known color: Wattle. HEX triplet: C5, C1 and 44. RGB value is (197,193,68). Sum of RGB (Red+Green+Blue) = 197+193+68=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C144 is #3A3EBB. Grayscale: #B4B4B4. Windows color (decimal): -3817148 or 4506053. OLE color: 4506053.
HSL color Cylindrical-coordinate representation of color #C5C144: hue angle of 58.14º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5C144 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 68 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.23 |
| HSL | 58.14º | 0.53% | 0.52% | - |
| HSV(B) | 58.14º | 0.65% | 0.77% | - |
| XYZ | 43.14 | 50.43 | 12.93 | - |
| YUV | 179.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 68 | 0 | 0.02 | 0.65 | 0.23 | 58.14 | 0.53 | 0.52 |
| Hex | C5 | C1 | 44 | 0 | 2 | 41 | 17 | 3A | 35 | 34 |
| Octal | 305 | 301 | 104 | 0 | 2 | 101 | 27 | 72 | 65 | 64 |
| Binary | 11000101 | 11000001 | 1000100 | 0 | 10 | 1000001 | 10111 | 111010 | 110101 | 110100 |
Color Harmonies of #C5C144
Complementary color
Monochromatic Colors of #C5C144
Black with #C5C144
Text Example
Text Example
White with #C5C144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C144; }
p { color: rgb(197,193,68); }
H1.HeaderClassName
{
color: #C5C144;
}
.AnyTagClassName
{
color: #C5C144;
}
</style>
background-color css
<style>
a { background-color: #C5C144; }
a { background-color: rgb(197,193,68); }
div.DivClassName
{
background-color: #C5C144;
}
.BgClassName
{
background-color: #C5C144;
}
</style>
border-color css
<style>
span { border-color: #C5C144; }
span { border-color: rgb(197,193,68); }
td.TdClassName
{
border-color: #C5C144;
}
.TagClassName
{
border-color: #C5C144;
}
</style>