Shades of Wattle #C5C339
Tints of Wattle #C5C339
RGB
CMYK
RGB Variations
Color information
#C5C339 (or 0xC5C339) is known color: Wattle. HEX triplet: C5, C3 and 39. RGB value is (197,195,57). Sum of RGB (Red+Green+Blue) = 197+195+57=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 57 (22.66% from 255 or 12.69% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C339 is #3A3CC6. Grayscale: #B4B4B4. Windows color (decimal): -3816647 or 3785669. OLE color: 3785669.
HSL color Cylindrical-coordinate representation of color #C5C339: hue angle of 59.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5C339 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 57 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.23 |
| HSL | 59.14º | 0.55% | 0.5% | - |
| HSV(B) | 59.14º | 0.71% | 0.77% | - |
| XYZ | 43.28 | 51.2 | 11.47 | - |
| YUV | 179.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 57 | 0 | 0.01 | 0.71 | 0.23 | 59.14 | 0.55 | 0.5 |
| Hex | C5 | C3 | 39 | 0 | 1 | 47 | 17 | 3B | 37 | 32 |
| Octal | 305 | 303 | 71 | 0 | 1 | 107 | 27 | 73 | 67 | 62 |
| Binary | 11000101 | 11000011 | 111001 | 0 | 1 | 1000111 | 10111 | 111011 | 110111 | 110010 |
Color Harmonies of #C5C339
Complementary color
Monochromatic Colors of #C5C339
Black with #C5C339
Text Example
Text Example
White with #C5C339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C339; }
p { color: rgb(197,195,57); }
H1.HeaderClassName
{
color: #C5C339;
}
.AnyTagClassName
{
color: #C5C339;
}
</style>
background-color css
<style>
a { background-color: #C5C339; }
a { background-color: rgb(197,195,57); }
div.DivClassName
{
background-color: #C5C339;
}
.BgClassName
{
background-color: #C5C339;
}
</style>
border-color css
<style>
span { border-color: #C5C339; }
span { border-color: rgb(197,195,57); }
td.TdClassName
{
border-color: #C5C339;
}
.TagClassName
{
border-color: #C5C339;
}
</style>