Shades of Wattle #C7C147
Tints of Wattle #C7C147
RGB
CMYK
RGB Variations
Color information
#C7C147 (or 0xC7C147) is known color: Wattle. HEX triplet: C7, C1 and 47. RGB value is (199,193,71). Sum of RGB (Red+Green+Blue) = 199+193+71=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C147 is #383EB8. Grayscale: #B5B5B5. Windows color (decimal): -3686073 or 4702663. OLE color: 4702663.
HSL color Cylindrical-coordinate representation of color #C7C147: hue angle of 57.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7C147 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 71 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.22 |
| HSL | 57.19º | 0.53% | 0.53% | - |
| HSV(B) | 57.19º | 0.64% | 0.78% | - |
| XYZ | 43.76 | 50.74 | 13.45 | - |
| YUV | 180.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 71 | 0 | 0.03 | 0.64 | 0.22 | 57.19 | 0.53 | 0.53 |
| Hex | C7 | C1 | 47 | 0 | 3 | 40 | 16 | 39 | 35 | 35 |
| Octal | 307 | 301 | 107 | 0 | 3 | 100 | 26 | 71 | 65 | 65 |
| Binary | 11000111 | 11000001 | 1000111 | 0 | 11 | 1000000 | 10110 | 111001 | 110101 | 110101 |
Color Harmonies of #C7C147
Complementary color
Monochromatic Colors of #C7C147
Black with #C7C147
Text Example
Text Example
White with #C7C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C147; }
p { color: rgb(199,193,71); }
H1.HeaderClassName
{
color: #C7C147;
}
.AnyTagClassName
{
color: #C7C147;
}
</style>
background-color css
<style>
a { background-color: #C7C147; }
a { background-color: rgb(199,193,71); }
div.DivClassName
{
background-color: #C7C147;
}
.BgClassName
{
background-color: #C7C147;
}
</style>
border-color css
<style>
span { border-color: #C7C147; }
span { border-color: rgb(199,193,71); }
td.TdClassName
{
border-color: #C7C147;
}
.TagClassName
{
border-color: #C7C147;
}
</style>