Shades of Wattle #C7C536
Tints of Wattle #C7C536
RGB
CMYK
RGB Variations
Color information
#C7C536 (or 0xC7C536) is known color: Wattle. HEX triplet: C7, C5 and 36. RGB value is (199,197,54). Sum of RGB (Red+Green+Blue) = 199+197+54=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 54 (21.48% from 255 or 12% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C536 is #383AC9. Grayscale: #B5B5B5. Windows color (decimal): -3685066 or 3589575. OLE color: 3589575.
HSL color Cylindrical-coordinate representation of color #C7C536: hue angle of 59.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7C536 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 54 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.22 |
| HSL | 59.17º | 0.57% | 0.5% | - |
| HSV(B) | 59.17º | 0.73% | 0.78% | - |
| XYZ | 44.19 | 52.34 | 11.26 | - |
| YUV | 181.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 54 | 0 | 0.01 | 0.73 | 0.22 | 59.17 | 0.57 | 0.5 |
| Hex | C7 | C5 | 36 | 0 | 1 | 49 | 16 | 3B | 39 | 32 |
| Octal | 307 | 305 | 66 | 0 | 1 | 111 | 26 | 73 | 71 | 62 |
| Binary | 11000111 | 11000101 | 110110 | 0 | 1 | 1001001 | 10110 | 111011 | 111001 | 110010 |
Color Harmonies of #C7C536
Complementary color
Monochromatic Colors of #C7C536
Black with #C7C536
Text Example
Text Example
White with #C7C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C536; }
p { color: rgb(199,197,54); }
H1.HeaderClassName
{
color: #C7C536;
}
.AnyTagClassName
{
color: #C7C536;
}
</style>
background-color css
<style>
a { background-color: #C7C536; }
a { background-color: rgb(199,197,54); }
div.DivClassName
{
background-color: #C7C536;
}
.BgClassName
{
background-color: #C7C536;
}
</style>
border-color css
<style>
span { border-color: #C7C536; }
span { border-color: rgb(199,197,54); }
td.TdClassName
{
border-color: #C7C536;
}
.TagClassName
{
border-color: #C7C536;
}
</style>