Shades of Wattle #C5C231
Tints of Wattle #C5C231
RGB
CMYK
RGB Variations
Color information
#C5C231 (or 0xC5C231) is known color: Wattle. HEX triplet: C5, C2 and 31. RGB value is (197,194,49). Sum of RGB (Red+Green+Blue) = 197+194+49=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C231 is #3A3DCE. Grayscale: #B2B2B2. Windows color (decimal): -3816911 or 3261125. OLE color: 3261125.
HSL color Cylindrical-coordinate representation of color #C5C231: hue angle of 58.78º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5C231 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 49 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.23 |
| HSL | 58.78º | 0.6% | 0.48% | - |
| HSV(B) | 58.78º | 0.75% | 0.77% | - |
| XYZ | 42.87 | 50.68 | 10.43 | - |
| YUV | 178.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 49 | 0 | 0.02 | 0.75 | 0.23 | 58.78 | 0.6 | 0.48 |
| Hex | C5 | C2 | 31 | 0 | 2 | 4B | 17 | 3B | 3C | 30 |
| Octal | 305 | 302 | 61 | 0 | 2 | 113 | 27 | 73 | 74 | 60 |
| Binary | 11000101 | 11000010 | 110001 | 0 | 10 | 1001011 | 10111 | 111011 | 111100 | 110000 |
Color Harmonies of #C5C231
Complementary color
Monochromatic Colors of #C5C231
Black with #C5C231
Text Example
Text Example
White with #C5C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C231; }
p { color: rgb(197,194,49); }
H1.HeaderClassName
{
color: #C5C231;
}
.AnyTagClassName
{
color: #C5C231;
}
</style>
background-color css
<style>
a { background-color: #C5C231; }
a { background-color: rgb(197,194,49); }
div.DivClassName
{
background-color: #C5C231;
}
.BgClassName
{
background-color: #C5C231;
}
</style>
border-color css
<style>
span { border-color: #C5C231; }
span { border-color: rgb(197,194,49); }
td.TdClassName
{
border-color: #C5C231;
}
.TagClassName
{
border-color: #C5C231;
}
</style>