Shades of Wattle #C7C54B
Tints of Wattle #C7C54B
RGB
CMYK
RGB Variations
Color information
#C7C54B (or 0xC7C54B) is known color: Wattle. HEX triplet: C7, C5 and 4B. RGB value is (199,197,75). Sum of RGB (Red+Green+Blue) = 199+197+75=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C54B is #383AB4. Grayscale: #B8B8B8. Windows color (decimal): -3685045 or 4965831. OLE color: 4965831.
HSL color Cylindrical-coordinate representation of color #C7C54B: hue angle of 59.03º 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 #C7C54B is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 75 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.22 |
| HSL | 59.03º | 0.53% | 0.54% | - |
| HSV(B) | 59.03º | 0.62% | 0.78% | - |
| XYZ | 44.79 | 52.58 | 14.45 | - |
| YUV | 183.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 75 | 0 | 0.01 | 0.62 | 0.22 | 59.03 | 0.53 | 0.54 |
| Hex | C7 | C5 | 4B | 0 | 1 | 3E | 16 | 3B | 35 | 36 |
| Octal | 307 | 305 | 113 | 0 | 1 | 76 | 26 | 73 | 65 | 66 |
| Binary | 11000111 | 11000101 | 1001011 | 0 | 1 | 111110 | 10110 | 111011 | 110101 | 110110 |
Color Harmonies of #C7C54B
Complementary color
Monochromatic Colors of #C7C54B
Black with #C7C54B
Text Example
Text Example
White with #C7C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C54B; }
p { color: rgb(199,197,75); }
H1.HeaderClassName
{
color: #C7C54B;
}
.AnyTagClassName
{
color: #C7C54B;
}
</style>
background-color css
<style>
a { background-color: #C7C54B; }
a { background-color: rgb(199,197,75); }
div.DivClassName
{
background-color: #C7C54B;
}
.BgClassName
{
background-color: #C7C54B;
}
</style>
border-color css
<style>
span { border-color: #C7C54B; }
span { border-color: rgb(199,197,75); }
td.TdClassName
{
border-color: #C7C54B;
}
.TagClassName
{
border-color: #C7C54B;
}
</style>