Shades of Wattle #C7C341
Tints of Wattle #C7C341
RGB
CMYK
RGB Variations
Color information
#C7C341 (or 0xC7C341) is known color: Wattle. HEX triplet: C7, C3 and 41. RGB value is (199,195,65). Sum of RGB (Red+Green+Blue) = 199+195+65=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C341 is #383CBE. Grayscale: #B5B5B5. Windows color (decimal): -3685567 or 4309959. OLE color: 4309959.
HSL color Cylindrical-coordinate representation of color #C7C341: hue angle of 58.21º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7C341 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 65 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.22 |
| HSL | 58.21º | 0.54% | 0.52% | - |
| HSV(B) | 58.21º | 0.67% | 0.78% | - |
| XYZ | 44.02 | 51.55 | 12.63 | - |
| YUV | 181.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 65 | 0 | 0.02 | 0.67 | 0.22 | 58.21 | 0.54 | 0.52 |
| Hex | C7 | C3 | 41 | 0 | 2 | 43 | 16 | 3A | 36 | 34 |
| Octal | 307 | 303 | 101 | 0 | 2 | 103 | 26 | 72 | 66 | 64 |
| Binary | 11000111 | 11000011 | 1000001 | 0 | 10 | 1000011 | 10110 | 111010 | 110110 | 110100 |
Color Harmonies of #C7C341
Complementary color
Monochromatic Colors of #C7C341
Black with #C7C341
Text Example
Text Example
White with #C7C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C341; }
p { color: rgb(199,195,65); }
H1.HeaderClassName
{
color: #C7C341;
}
.AnyTagClassName
{
color: #C7C341;
}
</style>
background-color css
<style>
a { background-color: #C7C341; }
a { background-color: rgb(199,195,65); }
div.DivClassName
{
background-color: #C7C341;
}
.BgClassName
{
background-color: #C7C341;
}
</style>
border-color css
<style>
span { border-color: #C7C341; }
span { border-color: rgb(199,195,65); }
td.TdClassName
{
border-color: #C7C341;
}
.TagClassName
{
border-color: #C7C341;
}
</style>