Shades of Wattle #C7C64B
Tints of Wattle #C7C64B
RGB
CMYK
RGB Variations
Color information
#C7C64B (or 0xC7C64B) is known color: Wattle. HEX triplet: C7, C6 and 4B. RGB value is (199,198,75). Sum of RGB (Red+Green+Blue) = 199+198+75=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C64B is #3839B4. Grayscale: #B8B8B8. Windows color (decimal): -3684789 or 4966087. OLE color: 4966087.
HSL color Cylindrical-coordinate representation of color #C7C64B: 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.62%. Process color model (Four color, CMYK) of #C7C64B is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 75 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.22 |
| HSL | 59.52º | 0.53% | 0.54% | - |
| HSV(B) | 59.52º | 0.62% | 0.78% | - |
| XYZ | 45.02 | 53.04 | 14.52 | - |
| YUV | 184.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 75 | 0 | 0.01 | 0.62 | 0.22 | 59.52 | 0.53 | 0.54 |
| Hex | C7 | C6 | 4B | 0 | 1 | 3E | 16 | 3C | 35 | 36 |
| Octal | 307 | 306 | 113 | 0 | 1 | 76 | 26 | 74 | 65 | 66 |
| Binary | 11000111 | 11000110 | 1001011 | 0 | 1 | 111110 | 10110 | 111100 | 110101 | 110110 |
Color Harmonies of #C7C64B
Complementary color
Monochromatic Colors of #C7C64B
Black with #C7C64B
Text Example
Text Example
White with #C7C64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C64B; }
p { color: rgb(199,198,75); }
H1.HeaderClassName
{
color: #C7C64B;
}
.AnyTagClassName
{
color: #C7C64B;
}
</style>
background-color css
<style>
a { background-color: #C7C64B; }
a { background-color: rgb(199,198,75); }
div.DivClassName
{
background-color: #C7C64B;
}
.BgClassName
{
background-color: #C7C64B;
}
</style>
border-color css
<style>
span { border-color: #C7C64B; }
span { border-color: rgb(199,198,75); }
td.TdClassName
{
border-color: #C7C64B;
}
.TagClassName
{
border-color: #C7C64B;
}
</style>