Shades of Wattle #C7C331
Tints of Wattle #C7C331
RGB
CMYK
RGB Variations
Color information
#C7C331 (or 0xC7C331) is known color: Wattle. HEX triplet: C7, C3 and 31. RGB value is (199,195,49). Sum of RGB (Red+Green+Blue) = 199+195+49=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C331 is #383CCE. Grayscale: #B4B4B4. Windows color (decimal): -3685583 or 3261383. OLE color: 3261383.
HSL color Cylindrical-coordinate representation of color #C7C331: hue angle of 58.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7C331 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 49 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.22 |
| HSL | 58.4º | 0.6% | 0.49% | - |
| HSV(B) | 58.4º | 0.75% | 0.78% | - |
| XYZ | 43.62 | 51.39 | 10.53 | - |
| YUV | 179.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 49 | 0 | 0.02 | 0.75 | 0.22 | 58.4 | 0.6 | 0.49 |
| Hex | C7 | C3 | 31 | 0 | 2 | 4B | 16 | 3A | 3C | 31 |
| Octal | 307 | 303 | 61 | 0 | 2 | 113 | 26 | 72 | 74 | 61 |
| Binary | 11000111 | 11000011 | 110001 | 0 | 10 | 1001011 | 10110 | 111010 | 111100 | 110001 |
Color Harmonies of #C7C331
Complementary color
Monochromatic Colors of #C7C331
Black with #C7C331
Text Example
Text Example
White with #C7C331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C331; }
p { color: rgb(199,195,49); }
H1.HeaderClassName
{
color: #C7C331;
}
.AnyTagClassName
{
color: #C7C331;
}
</style>
background-color css
<style>
a { background-color: #C7C331; }
a { background-color: rgb(199,195,49); }
div.DivClassName
{
background-color: #C7C331;
}
.BgClassName
{
background-color: #C7C331;
}
</style>
border-color css
<style>
span { border-color: #C7C331; }
span { border-color: rgb(199,195,49); }
td.TdClassName
{
border-color: #C7C331;
}
.TagClassName
{
border-color: #C7C331;
}
</style>