Shades of Wattle #C7C64A
Tints of Wattle #C7C64A
RGB
CMYK
RGB Variations
Color information
#C7C64A (or 0xC7C64A) is known color: Wattle. HEX triplet: C7, C6 and 4A. RGB value is (199,198,74). Sum of RGB (Red+Green+Blue) = 199+198+74=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C64A is #3839B5. Grayscale: #B8B8B8. Windows color (decimal): -3684790 or 4900551. OLE color: 4900551.
HSL color Cylindrical-coordinate representation of color #C7C64A: hue angle of 59.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7C64A is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 74 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.22 |
| HSL | 59.52º | 0.53% | 0.54% | - |
| HSV(B) | 59.52º | 0.63% | 0.78% | - |
| XYZ | 44.98 | 53.02 | 14.34 | - |
| YUV | 184.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 74 | 0 | 0.01 | 0.63 | 0.22 | 59.52 | 0.53 | 0.54 |
| Hex | C7 | C6 | 4A | 0 | 1 | 3F | 16 | 3C | 35 | 36 |
| Octal | 307 | 306 | 112 | 0 | 1 | 77 | 26 | 74 | 65 | 66 |
| Binary | 11000111 | 11000110 | 1001010 | 0 | 1 | 111111 | 10110 | 111100 | 110101 | 110110 |
Color Harmonies of #C7C64A
Complementary color
Monochromatic Colors of #C7C64A
Black with #C7C64A
Text Example
Text Example
White with #C7C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C64A; }
p { color: rgb(199,198,74); }
H1.HeaderClassName
{
color: #C7C64A;
}
.AnyTagClassName
{
color: #C7C64A;
}
</style>
background-color css
<style>
a { background-color: #C7C64A; }
a { background-color: rgb(199,198,74); }
div.DivClassName
{
background-color: #C7C64A;
}
.BgClassName
{
background-color: #C7C64A;
}
</style>
border-color css
<style>
span { border-color: #C7C64A; }
span { border-color: rgb(199,198,74); }
td.TdClassName
{
border-color: #C7C64A;
}
.TagClassName
{
border-color: #C7C64A;
}
</style>