Shades of Wattle #C7C534
Tints of Wattle #C7C534
RGB
CMYK
RGB Variations
Color information
#C7C534 (or 0xC7C534) is known color: Wattle. HEX triplet: C7, C5 and 34. RGB value is (199,197,52). Sum of RGB (Red+Green+Blue) = 199+197+52=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C534 is #383ACB. Grayscale: #B5B5B5. Windows color (decimal): -3685068 or 3458503. OLE color: 3458503.
HSL color Cylindrical-coordinate representation of color #C7C534: hue angle of 59.18º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7C534 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 52 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.22 |
| HSL | 59.18º | 0.59% | 0.49% | - |
| HSV(B) | 59.18º | 0.74% | 0.78% | - |
| XYZ | 44.14 | 52.32 | 11.02 | - |
| YUV | 181.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 52 | 0 | 0.01 | 0.74 | 0.22 | 59.18 | 0.59 | 0.49 |
| Hex | C7 | C5 | 34 | 0 | 1 | 4A | 16 | 3B | 3B | 31 |
| Octal | 307 | 305 | 64 | 0 | 1 | 112 | 26 | 73 | 73 | 61 |
| Binary | 11000111 | 11000101 | 110100 | 0 | 1 | 1001010 | 10110 | 111011 | 111011 | 110001 |
Color Harmonies of #C7C534
Complementary color
Monochromatic Colors of #C7C534
Black with #C7C534
Text Example
Text Example
White with #C7C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C534; }
p { color: rgb(199,197,52); }
H1.HeaderClassName
{
color: #C7C534;
}
.AnyTagClassName
{
color: #C7C534;
}
</style>
background-color css
<style>
a { background-color: #C7C534; }
a { background-color: rgb(199,197,52); }
div.DivClassName
{
background-color: #C7C534;
}
.BgClassName
{
background-color: #C7C534;
}
</style>
border-color css
<style>
span { border-color: #C7C534; }
span { border-color: rgb(199,197,52); }
td.TdClassName
{
border-color: #C7C534;
}
.TagClassName
{
border-color: #C7C534;
}
</style>