Shades of Wattle #C7C445
Tints of Wattle #C7C445
RGB
CMYK
RGB Variations
Color information
#C7C445 (or 0xC7C445) is known color: Wattle. HEX triplet: C7, C4 and 45. RGB value is (199,196,69). Sum of RGB (Red+Green+Blue) = 199+196+69=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C445 is #383BBA. Grayscale: #B6B6B6. Windows color (decimal): -3685307 or 4572359. OLE color: 4572359.
HSL color Cylindrical-coordinate representation of color #C7C445: hue angle of 58.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7C445 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 69 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.22 |
| HSL | 58.62º | 0.54% | 0.53% | - |
| HSV(B) | 58.62º | 0.65% | 0.78% | - |
| XYZ | 44.37 | 52.05 | 13.34 | - |
| YUV | 182.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 69 | 0 | 0.02 | 0.65 | 0.22 | 58.62 | 0.54 | 0.53 |
| Hex | C7 | C4 | 45 | 0 | 2 | 41 | 16 | 3B | 36 | 35 |
| Octal | 307 | 304 | 105 | 0 | 2 | 101 | 26 | 73 | 66 | 65 |
| Binary | 11000111 | 11000100 | 1000101 | 0 | 10 | 1000001 | 10110 | 111011 | 110110 | 110101 |
Color Harmonies of #C7C445
Complementary color
Monochromatic Colors of #C7C445
Black with #C7C445
Text Example
Text Example
White with #C7C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C445; }
p { color: rgb(199,196,69); }
H1.HeaderClassName
{
color: #C7C445;
}
.AnyTagClassName
{
color: #C7C445;
}
</style>
background-color css
<style>
a { background-color: #C7C445; }
a { background-color: rgb(199,196,69); }
div.DivClassName
{
background-color: #C7C445;
}
.BgClassName
{
background-color: #C7C445;
}
</style>
border-color css
<style>
span { border-color: #C7C445; }
span { border-color: rgb(199,196,69); }
td.TdClassName
{
border-color: #C7C445;
}
.TagClassName
{
border-color: #C7C445;
}
</style>