Shades of Wattle #C5C443
Tints of Wattle #C5C443
RGB
CMYK
RGB Variations
Color information
#C5C443 (or 0xC5C443) is known color: Wattle. HEX triplet: C5, C4 and 43. RGB value is (197,196,67). Sum of RGB (Red+Green+Blue) = 197+196+67=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C443 is #3A3BBC. Grayscale: #B6B6B6. Windows color (decimal): -3816381 or 4441285. OLE color: 4441285.
HSL color Cylindrical-coordinate representation of color #C5C443: hue angle of 59.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5C443 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 67 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.23 |
| HSL | 59.54º | 0.53% | 0.52% | - |
| HSV(B) | 59.54º | 0.66% | 0.77% | - |
| XYZ | 43.78 | 51.76 | 12.99 | - |
| YUV | 181.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 67 | 0 | 0.01 | 0.66 | 0.23 | 59.54 | 0.53 | 0.52 |
| Hex | C5 | C4 | 43 | 0 | 1 | 42 | 17 | 3C | 35 | 34 |
| Octal | 305 | 304 | 103 | 0 | 1 | 102 | 27 | 74 | 65 | 64 |
| Binary | 11000101 | 11000100 | 1000011 | 0 | 1 | 1000010 | 10111 | 111100 | 110101 | 110100 |
Color Harmonies of #C5C443
Complementary color
Monochromatic Colors of #C5C443
Black with #C5C443
Text Example
Text Example
White with #C5C443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C443; }
p { color: rgb(197,196,67); }
H1.HeaderClassName
{
color: #C5C443;
}
.AnyTagClassName
{
color: #C5C443;
}
</style>
background-color css
<style>
a { background-color: #C5C443; }
a { background-color: rgb(197,196,67); }
div.DivClassName
{
background-color: #C5C443;
}
.BgClassName
{
background-color: #C5C443;
}
</style>
border-color css
<style>
span { border-color: #C5C443; }
span { border-color: rgb(197,196,67); }
td.TdClassName
{
border-color: #C5C443;
}
.TagClassName
{
border-color: #C5C443;
}
</style>