Shades of Wattle #C7C548
Tints of Wattle #C7C548
RGB
CMYK
RGB Variations
Color information
#C7C548 (or 0xC7C548) is known color: Wattle. HEX triplet: C7, C5 and 48. RGB value is (199,197,72). Sum of RGB (Red+Green+Blue) = 199+197+72=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C548 is #383AB7. Grayscale: #B7B7B7. Windows color (decimal): -3685048 or 4769223. OLE color: 4769223.
HSL color Cylindrical-coordinate representation of color #C7C548: hue angle of 59.06º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7C548 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 72 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.22 |
| HSL | 59.06º | 0.53% | 0.53% | - |
| HSV(B) | 59.06º | 0.64% | 0.78% | - |
| XYZ | 44.69 | 52.54 | 13.92 | - |
| YUV | 183.35 | 65.16 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 72 | 0 | 0.01 | 0.64 | 0.22 | 59.06 | 0.53 | 0.53 |
| Hex | C7 | C5 | 48 | 0 | 1 | 40 | 16 | 3B | 35 | 35 |
| Octal | 307 | 305 | 110 | 0 | 1 | 100 | 26 | 73 | 65 | 65 |
| Binary | 11000111 | 11000101 | 1001000 | 0 | 1 | 1000000 | 10110 | 111011 | 110101 | 110101 |
Color Harmonies of #C7C548
Complementary color
Monochromatic Colors of #C7C548
Black with #C7C548
Text Example
Text Example
White with #C7C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C548; }
p { color: rgb(199,197,72); }
H1.HeaderClassName
{
color: #C7C548;
}
.AnyTagClassName
{
color: #C7C548;
}
</style>
background-color css
<style>
a { background-color: #C7C548; }
a { background-color: rgb(199,197,72); }
div.DivClassName
{
background-color: #C7C548;
}
.BgClassName
{
background-color: #C7C548;
}
</style>
border-color css
<style>
span { border-color: #C7C548; }
span { border-color: rgb(199,197,72); }
td.TdClassName
{
border-color: #C7C548;
}
.TagClassName
{
border-color: #C7C548;
}
</style>