Shades of Wattle #C7C04B
Tints of Wattle #C7C04B
RGB
CMYK
RGB Variations
Color information
#C7C04B (or 0xC7C04B) is known color: Wattle. HEX triplet: C7, C0 and 4B. RGB value is (199,192,75). Sum of RGB (Red+Green+Blue) = 199+192+75=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C04B is #383FB4. Grayscale: #B5B5B5. Windows color (decimal): -3686325 or 4964551. OLE color: 4964551.
HSL color Cylindrical-coordinate representation of color #C7C04B: hue angle of 56.61º 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 #C7C04B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 75 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.22 |
| HSL | 56.61º | 0.53% | 0.54% | - |
| HSV(B) | 56.61º | 0.62% | 0.78% | - |
| XYZ | 43.67 | 50.35 | 14.07 | - |
| YUV | 180.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 75 | 0 | 0.04 | 0.62 | 0.22 | 56.61 | 0.53 | 0.54 |
| Hex | C7 | C0 | 4B | 0 | 4 | 3E | 16 | 39 | 35 | 36 |
| Octal | 307 | 300 | 113 | 0 | 4 | 76 | 26 | 71 | 65 | 66 |
| Binary | 11000111 | 11000000 | 1001011 | 0 | 100 | 111110 | 10110 | 111001 | 110101 | 110110 |
Color Harmonies of #C7C04B
Complementary color
Monochromatic Colors of #C7C04B
Black with #C7C04B
Text Example
Text Example
White with #C7C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C04B; }
p { color: rgb(199,192,75); }
H1.HeaderClassName
{
color: #C7C04B;
}
.AnyTagClassName
{
color: #C7C04B;
}
</style>
background-color css
<style>
a { background-color: #C7C04B; }
a { background-color: rgb(199,192,75); }
div.DivClassName
{
background-color: #C7C04B;
}
.BgClassName
{
background-color: #C7C04B;
}
</style>
border-color css
<style>
span { border-color: #C7C04B; }
span { border-color: rgb(199,192,75); }
td.TdClassName
{
border-color: #C7C04B;
}
.TagClassName
{
border-color: #C7C04B;
}
</style>