Shades of Wattle #C7C940
Tints of Wattle #C7C940
RGB
CMYK
RGB Variations
Color information
#C7C940 (or 0xC7C940) is known color: Wattle. HEX triplet: C7, C9 and 40. RGB value is (199,201,64). Sum of RGB (Red+Green+Blue) = 199+201+64=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C940 is #3836BF. Grayscale: #B9B9B9. Windows color (decimal): -3684032 or 4245959. OLE color: 4245959.
HSL color Cylindrical-coordinate representation of color #C7C940: hue angle of 60.88º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7C940 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 64 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.21 |
| HSL | 60.88º | 0.56% | 0.52% | - |
| HSV(B) | 60.88º | 0.68% | 0.79% | - |
| XYZ | 45.37 | 54.29 | 12.94 | - |
| YUV | 184.78 | 59.84 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 64 | 0.01 | 0 | 0.68 | 0.21 | 60.88 | 0.56 | 0.52 |
| Hex | C7 | C9 | 40 | 1 | 0 | 44 | 15 | 3D | 38 | 34 |
| Octal | 307 | 311 | 100 | 1 | 0 | 104 | 25 | 75 | 70 | 64 |
| Binary | 11000111 | 11001001 | 1000000 | 1 | 0 | 1000100 | 10101 | 111101 | 111000 | 110100 |
Color Harmonies of #C7C940
Complementary color
Monochromatic Colors of #C7C940
Black with #C7C940
Text Example
Text Example
White with #C7C940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C940; }
p { color: rgb(199,201,64); }
H1.HeaderClassName
{
color: #C7C940;
}
.AnyTagClassName
{
color: #C7C940;
}
</style>
background-color css
<style>
a { background-color: #C7C940; }
a { background-color: rgb(199,201,64); }
div.DivClassName
{
background-color: #C7C940;
}
.BgClassName
{
background-color: #C7C940;
}
</style>
border-color css
<style>
span { border-color: #C7C940; }
span { border-color: rgb(199,201,64); }
td.TdClassName
{
border-color: #C7C940;
}
.TagClassName
{
border-color: #C7C940;
}
</style>