Shades of Wattle #C7C347
Tints of Wattle #C7C347
RGB
CMYK
RGB Variations
Color information
#C7C347 (or 0xC7C347) is known color: Wattle. HEX triplet: C7, C3 and 47. RGB value is (199,195,71). Sum of RGB (Red+Green+Blue) = 199+195+71=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C347 is #383CB8. Grayscale: #B6B6B6. Windows color (decimal): -3685561 or 4703175. OLE color: 4703175.
HSL color Cylindrical-coordinate representation of color #C7C347: hue angle of 58.12º 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 #C7C347 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 71 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.22 |
| HSL | 58.13º | 0.53% | 0.53% | - |
| HSV(B) | 58.13º | 0.64% | 0.78% | - |
| XYZ | 44.21 | 51.63 | 13.6 | - |
| YUV | 182.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 71 | 0 | 0.02 | 0.64 | 0.22 | 58.13 | 0.53 | 0.53 |
| Hex | C7 | C3 | 47 | 0 | 2 | 40 | 16 | 3A | 35 | 35 |
| Octal | 307 | 303 | 107 | 0 | 2 | 100 | 26 | 72 | 65 | 65 |
| Binary | 11000111 | 11000011 | 1000111 | 0 | 10 | 1000000 | 10110 | 111010 | 110101 | 110101 |
Color Harmonies of #C7C347
Complementary color
Monochromatic Colors of #C7C347
Black with #C7C347
Text Example
Text Example
White with #C7C347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C347; }
p { color: rgb(199,195,71); }
H1.HeaderClassName
{
color: #C7C347;
}
.AnyTagClassName
{
color: #C7C347;
}
</style>
background-color css
<style>
a { background-color: #C7C347; }
a { background-color: rgb(199,195,71); }
div.DivClassName
{
background-color: #C7C347;
}
.BgClassName
{
background-color: #C7C347;
}
</style>
border-color css
<style>
span { border-color: #C7C347; }
span { border-color: rgb(199,195,71); }
td.TdClassName
{
border-color: #C7C347;
}
.TagClassName
{
border-color: #C7C347;
}
</style>