Shades of Wattle #C7C849
Tints of Wattle #C7C849
RGB
CMYK
RGB Variations
Color information
#C7C849 (or 0xC7C849) is known color: Wattle. HEX triplet: C7, C8 and 49. RGB value is (199,200,73). Sum of RGB (Red+Green+Blue) = 199+200+73=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C849 is #3837B6. Grayscale: #B9B9B9. Windows color (decimal): -3684279 or 4835527. OLE color: 4835527.
HSL color Cylindrical-coordinate representation of color #C7C849: hue angle of 60.47º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7C849 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 73 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.22 |
| HSL | 60.47º | 0.54% | 0.54% | - |
| HSV(B) | 60.47º | 0.64% | 0.78% | - |
| XYZ | 45.41 | 53.93 | 14.32 | - |
| YUV | 185.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 73 | 0.00 | 0 | 0.64 | 0.22 | 60.47 | 0.54 | 0.54 |
| Hex | C7 | C8 | 49 | 0 | 0 | 40 | 16 | 3C | 36 | 36 |
| Octal | 307 | 310 | 111 | 0 | 0 | 100 | 26 | 74 | 66 | 66 |
| Binary | 11000111 | 11001000 | 1001001 | 0 | 0 | 1000000 | 10110 | 111100 | 110110 | 110110 |
Color Harmonies of #C7C849
Complementary color
Monochromatic Colors of #C7C849
Black with #C7C849
Text Example
Text Example
White with #C7C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C849; }
p { color: rgb(199,200,73); }
H1.HeaderClassName
{
color: #C7C849;
}
.AnyTagClassName
{
color: #C7C849;
}
</style>
background-color css
<style>
a { background-color: #C7C849; }
a { background-color: rgb(199,200,73); }
div.DivClassName
{
background-color: #C7C849;
}
.BgClassName
{
background-color: #C7C849;
}
</style>
border-color css
<style>
span { border-color: #C7C849; }
span { border-color: rgb(199,200,73); }
td.TdClassName
{
border-color: #C7C849;
}
.TagClassName
{
border-color: #C7C849;
}
</style>