Shades of Wattle #C7CC43
Tints of Wattle #C7CC43
RGB
CMYK
RGB Variations
Color information
#C7CC43 (or 0xC7CC43) is known color: Wattle. HEX triplet: C7, CC and 43. RGB value is (199,204,67). Sum of RGB (Red+Green+Blue) = 199+204+67=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CC43 is #3833BC. Grayscale: #BBBBBB. Windows color (decimal): -3683261 or 4443335. OLE color: 4443335.
HSL color Cylindrical-coordinate representation of color #C7CC43: hue angle of 62.19º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7CC43 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 67 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.2 |
| HSL | 62.19º | 0.57% | 0.53% | - |
| HSV(B) | 62.19º | 0.67% | 0.8% | - |
| XYZ | 46.16 | 55.73 | 13.63 | - |
| YUV | 186.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 67 | 0.02 | 0 | 0.67 | 0.2 | 62.19 | 0.57 | 0.53 |
| Hex | C7 | CC | 43 | 2 | 0 | 43 | 14 | 3E | 39 | 35 |
| Octal | 307 | 314 | 103 | 2 | 0 | 103 | 24 | 76 | 71 | 65 |
| Binary | 11000111 | 11001100 | 1000011 | 10 | 0 | 1000011 | 10100 | 111110 | 111001 | 110101 |
Color Harmonies of #C7CC43
Complementary color
Monochromatic Colors of #C7CC43
Black with #C7CC43
Text Example
Text Example
White with #C7CC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC43; }
p { color: rgb(199,204,67); }
H1.HeaderClassName
{
color: #C7CC43;
}
.AnyTagClassName
{
color: #C7CC43;
}
</style>
background-color css
<style>
a { background-color: #C7CC43; }
a { background-color: rgb(199,204,67); }
div.DivClassName
{
background-color: #C7CC43;
}
.BgClassName
{
background-color: #C7CC43;
}
</style>
border-color css
<style>
span { border-color: #C7CC43; }
span { border-color: rgb(199,204,67); }
td.TdClassName
{
border-color: #C7CC43;
}
.TagClassName
{
border-color: #C7CC43;
}
</style>