Shades of Wattle #C5C13B
Tints of Wattle #C5C13B
RGB
CMYK
RGB Variations
Color information
#C5C13B (or 0xC5C13B) is known color: Wattle. HEX triplet: C5, C1 and 3B. RGB value is (197,193,59). Sum of RGB (Red+Green+Blue) = 197+193+59=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C13B is #3A3EC4. Grayscale: #B3B3B3. Windows color (decimal): -3817157 or 3916229. OLE color: 3916229.
HSL color Cylindrical-coordinate representation of color #C5C13B: hue angle of 58.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5C13B is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 59 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.23 |
| HSL | 58.26º | 0.54% | 0.5% | - |
| HSV(B) | 58.26º | 0.7% | 0.77% | - |
| XYZ | 42.89 | 50.33 | 11.59 | - |
| YUV | 178.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 59 | 0 | 0.02 | 0.70 | 0.23 | 58.26 | 0.54 | 0.5 |
| Hex | C5 | C1 | 3B | 0 | 2 | 46 | 17 | 3A | 36 | 32 |
| Octal | 305 | 301 | 73 | 0 | 2 | 106 | 27 | 72 | 66 | 62 |
| Binary | 11000101 | 11000001 | 111011 | 0 | 10 | 1000110 | 10111 | 111010 | 110110 | 110010 |
Color Harmonies of #C5C13B
Complementary color
Monochromatic Colors of #C5C13B
Black with #C5C13B
Text Example
Text Example
White with #C5C13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C13B; }
p { color: rgb(197,193,59); }
H1.HeaderClassName
{
color: #C5C13B;
}
.AnyTagClassName
{
color: #C5C13B;
}
</style>
background-color css
<style>
a { background-color: #C5C13B; }
a { background-color: rgb(197,193,59); }
div.DivClassName
{
background-color: #C5C13B;
}
.BgClassName
{
background-color: #C5C13B;
}
</style>
border-color css
<style>
span { border-color: #C5C13B; }
span { border-color: rgb(197,193,59); }
td.TdClassName
{
border-color: #C5C13B;
}
.TagClassName
{
border-color: #C5C13B;
}
</style>