Shades of Wattle #C7C545
Tints of Wattle #C7C545
RGB
CMYK
RGB Variations
Color information
#C7C545 (or 0xC7C545) is known color: Wattle. HEX triplet: C7, C5 and 45. RGB value is (199,197,69). Sum of RGB (Red+Green+Blue) = 199+197+69=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C545 is #383ABA. Grayscale: #B7B7B7. Windows color (decimal): -3685051 or 4572615. OLE color: 4572615.
HSL color Cylindrical-coordinate representation of color #C7C545: hue angle of 59.08º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7C545 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 69 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.22 |
| HSL | 59.08º | 0.54% | 0.53% | - |
| HSV(B) | 59.08º | 0.65% | 0.78% | - |
| XYZ | 44.59 | 52.5 | 13.41 | - |
| YUV | 183.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 69 | 0 | 0.01 | 0.65 | 0.22 | 59.08 | 0.54 | 0.53 |
| Hex | C7 | C5 | 45 | 0 | 1 | 41 | 16 | 3B | 36 | 35 |
| Octal | 307 | 305 | 105 | 0 | 1 | 101 | 26 | 73 | 66 | 65 |
| Binary | 11000111 | 11000101 | 1000101 | 0 | 1 | 1000001 | 10110 | 111011 | 110110 | 110101 |
Color Harmonies of #C7C545
Complementary color
Monochromatic Colors of #C7C545
Black with #C7C545
Text Example
Text Example
White with #C7C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C545; }
p { color: rgb(199,197,69); }
H1.HeaderClassName
{
color: #C7C545;
}
.AnyTagClassName
{
color: #C7C545;
}
</style>
background-color css
<style>
a { background-color: #C7C545; }
a { background-color: rgb(199,197,69); }
div.DivClassName
{
background-color: #C7C545;
}
.BgClassName
{
background-color: #C7C545;
}
</style>
border-color css
<style>
span { border-color: #C7C545; }
span { border-color: rgb(199,197,69); }
td.TdClassName
{
border-color: #C7C545;
}
.TagClassName
{
border-color: #C7C545;
}
</style>