Shades of Wattle #C7CA47
Tints of Wattle #C7CA47
RGB
CMYK
RGB Variations
Color information
#C7CA47 (or 0xC7CA47) is known color: Wattle. HEX triplet: C7, CA and 47. RGB value is (199,202,71). Sum of RGB (Red+Green+Blue) = 199+202+71=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA47 is #3835B8. Grayscale: #BABABA. Windows color (decimal): -3683769 or 4704967. OLE color: 4704967.
HSL color Cylindrical-coordinate representation of color #C7CA47: hue angle of 61.37º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7CA47 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 71 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.21 |
| HSL | 61.37º | 0.55% | 0.54% | - |
| HSV(B) | 61.37º | 0.65% | 0.79% | - |
| XYZ | 45.81 | 54.84 | 14.13 | - |
| YUV | 186.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 71 | 0.01 | 0 | 0.65 | 0.21 | 61.37 | 0.55 | 0.54 |
| Hex | C7 | CA | 47 | 1 | 0 | 41 | 15 | 3D | 37 | 36 |
| Octal | 307 | 312 | 107 | 1 | 0 | 101 | 25 | 75 | 67 | 66 |
| Binary | 11000111 | 11001010 | 1000111 | 1 | 0 | 1000001 | 10101 | 111101 | 110111 | 110110 |
Color Harmonies of #C7CA47
Complementary color
Monochromatic Colors of #C7CA47
Black with #C7CA47
Text Example
Text Example
White with #C7CA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA47; }
p { color: rgb(199,202,71); }
H1.HeaderClassName
{
color: #C7CA47;
}
.AnyTagClassName
{
color: #C7CA47;
}
</style>
background-color css
<style>
a { background-color: #C7CA47; }
a { background-color: rgb(199,202,71); }
div.DivClassName
{
background-color: #C7CA47;
}
.BgClassName
{
background-color: #C7CA47;
}
</style>
border-color css
<style>
span { border-color: #C7CA47; }
span { border-color: rgb(199,202,71); }
td.TdClassName
{
border-color: #C7CA47;
}
.TagClassName
{
border-color: #C7CA47;
}
</style>