Shades of Wattle #C7C137
Tints of Wattle #C7C137
RGB
CMYK
RGB Variations
Color information
#C7C137 (or 0xC7C137) is known color: Wattle. HEX triplet: C7, C1 and 37. RGB value is (199,193,55). Sum of RGB (Red+Green+Blue) = 199+193+55=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C137 is #383EC8. Grayscale: #B3B3B3. Windows color (decimal): -3686089 or 3654087. OLE color: 3654087.
HSL color Cylindrical-coordinate representation of color #C7C137: hue angle of 57.5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7C137 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 55 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.22 |
| HSL | 57.5º | 0.57% | 0.5% | - |
| HSV(B) | 57.5º | 0.72% | 0.78% | - |
| XYZ | 43.31 | 50.56 | 11.09 | - |
| YUV | 179.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 55 | 0 | 0.03 | 0.72 | 0.22 | 57.5 | 0.57 | 0.5 |
| Hex | C7 | C1 | 37 | 0 | 3 | 48 | 16 | 3A | 39 | 32 |
| Octal | 307 | 301 | 67 | 0 | 3 | 110 | 26 | 72 | 71 | 62 |
| Binary | 11000111 | 11000001 | 110111 | 0 | 11 | 1001000 | 10110 | 111010 | 111001 | 110010 |
Color Harmonies of #C7C137
Complementary color
Monochromatic Colors of #C7C137
Black with #C7C137
Text Example
Text Example
White with #C7C137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C137; }
p { color: rgb(199,193,55); }
H1.HeaderClassName
{
color: #C7C137;
}
.AnyTagClassName
{
color: #C7C137;
}
</style>
background-color css
<style>
a { background-color: #C7C137; }
a { background-color: rgb(199,193,55); }
div.DivClassName
{
background-color: #C7C137;
}
.BgClassName
{
background-color: #C7C137;
}
</style>
border-color css
<style>
span { border-color: #C7C137; }
span { border-color: rgb(199,193,55); }
td.TdClassName
{
border-color: #C7C137;
}
.TagClassName
{
border-color: #C7C137;
}
</style>