Shades of Wattle #C5C342
Tints of Wattle #C5C342
RGB
CMYK
RGB Variations
Color information
#C5C342 (or 0xC5C342) is known color: Wattle. HEX triplet: C5, C3 and 42. RGB value is (197,195,66). Sum of RGB (Red+Green+Blue) = 197+195+66=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C342 is #3A3CBD. Grayscale: #B5B5B5. Windows color (decimal): -3816638 or 4375493. OLE color: 4375493.
HSL color Cylindrical-coordinate representation of color #C5C342: hue angle of 59.08º 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 #C5C342 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 66 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.23 |
| HSL | 59.08º | 0.53% | 0.52% | - |
| HSV(B) | 59.08º | 0.66% | 0.77% | - |
| XYZ | 43.52 | 51.29 | 12.76 | - |
| YUV | 180.89 | 63.16 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 66 | 0 | 0.01 | 0.66 | 0.23 | 59.08 | 0.53 | 0.52 |
| Hex | C5 | C3 | 42 | 0 | 1 | 42 | 17 | 3B | 35 | 34 |
| Octal | 305 | 303 | 102 | 0 | 1 | 102 | 27 | 73 | 65 | 64 |
| Binary | 11000101 | 11000011 | 1000010 | 0 | 1 | 1000010 | 10111 | 111011 | 110101 | 110100 |
Color Harmonies of #C5C342
Complementary color
Monochromatic Colors of #C5C342
Black with #C5C342
Text Example
Text Example
White with #C5C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C342; }
p { color: rgb(197,195,66); }
H1.HeaderClassName
{
color: #C5C342;
}
.AnyTagClassName
{
color: #C5C342;
}
</style>
background-color css
<style>
a { background-color: #C5C342; }
a { background-color: rgb(197,195,66); }
div.DivClassName
{
background-color: #C5C342;
}
.BgClassName
{
background-color: #C5C342;
}
</style>
border-color css
<style>
span { border-color: #C5C342; }
span { border-color: rgb(197,195,66); }
td.TdClassName
{
border-color: #C5C342;
}
.TagClassName
{
border-color: #C5C342;
}
</style>