Shades of Wattle #C7C340
Tints of Wattle #C7C340
RGB
CMYK
RGB Variations
Color information
#C7C340 (or 0xC7C340) is known color: Wattle. HEX triplet: C7, C3 and 40. RGB value is (199,195,64). Sum of RGB (Red+Green+Blue) = 199+195+64=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C340 is #383CBF. Grayscale: #B5B5B5. Windows color (decimal): -3685568 or 4244423. OLE color: 4244423.
HSL color Cylindrical-coordinate representation of color #C7C340: hue angle of 58.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7C340 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 64 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.22 |
| HSL | 58.22º | 0.55% | 0.52% | - |
| HSV(B) | 58.22º | 0.68% | 0.78% | - |
| XYZ | 43.99 | 51.54 | 12.48 | - |
| YUV | 181.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 64 | 0 | 0.02 | 0.68 | 0.22 | 58.22 | 0.55 | 0.52 |
| Hex | C7 | C3 | 40 | 0 | 2 | 44 | 16 | 3A | 37 | 34 |
| Octal | 307 | 303 | 100 | 0 | 2 | 104 | 26 | 72 | 67 | 64 |
| Binary | 11000111 | 11000011 | 1000000 | 0 | 10 | 1000100 | 10110 | 111010 | 110111 | 110100 |
Color Harmonies of #C7C340
Complementary color
Monochromatic Colors of #C7C340
Black with #C7C340
Text Example
Text Example
White with #C7C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C340; }
p { color: rgb(199,195,64); }
H1.HeaderClassName
{
color: #C7C340;
}
.AnyTagClassName
{
color: #C7C340;
}
</style>
background-color css
<style>
a { background-color: #C7C340; }
a { background-color: rgb(199,195,64); }
div.DivClassName
{
background-color: #C7C340;
}
.BgClassName
{
background-color: #C7C340;
}
</style>
border-color css
<style>
span { border-color: #C7C340; }
span { border-color: rgb(199,195,64); }
td.TdClassName
{
border-color: #C7C340;
}
.TagClassName
{
border-color: #C7C340;
}
</style>