Shades of Wattle #C7CC40
Tints of Wattle #C7CC40
RGB
CMYK
RGB Variations
Color information
#C7CC40 (or 0xC7CC40) is known color: Wattle. HEX triplet: C7, CC and 40. RGB value is (199,204,64). Sum of RGB (Red+Green+Blue) = 199+204+64=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CC40 is #3833BF. Grayscale: #BBBBBB. Windows color (decimal): -3683264 or 4246727. OLE color: 4246727.
HSL color Cylindrical-coordinate representation of color #C7CC40: hue angle of 62.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7CC40 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 64 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.2 |
| HSL | 62.14º | 0.58% | 0.53% | - |
| HSV(B) | 62.14º | 0.69% | 0.8% | - |
| XYZ | 46.07 | 55.7 | 13.17 | - |
| YUV | 186.55 | 58.84 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 64 | 0.02 | 0 | 0.69 | 0.2 | 62.14 | 0.58 | 0.53 |
| Hex | C7 | CC | 40 | 2 | 0 | 45 | 14 | 3E | 3A | 35 |
| Octal | 307 | 314 | 100 | 2 | 0 | 105 | 24 | 76 | 72 | 65 |
| Binary | 11000111 | 11001100 | 1000000 | 10 | 0 | 1000101 | 10100 | 111110 | 111010 | 110101 |
Color Harmonies of #C7CC40
Complementary color
Monochromatic Colors of #C7CC40
Black with #C7CC40
Text Example
Text Example
White with #C7CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC40; }
p { color: rgb(199,204,64); }
H1.HeaderClassName
{
color: #C7CC40;
}
.AnyTagClassName
{
color: #C7CC40;
}
</style>
background-color css
<style>
a { background-color: #C7CC40; }
a { background-color: rgb(199,204,64); }
div.DivClassName
{
background-color: #C7CC40;
}
.BgClassName
{
background-color: #C7CC40;
}
</style>
border-color css
<style>
span { border-color: #C7CC40; }
span { border-color: rgb(199,204,64); }
td.TdClassName
{
border-color: #C7CC40;
}
.TagClassName
{
border-color: #C7CC40;
}
</style>