Shades of Wattle #C7C242
Tints of Wattle #C7C242
RGB
CMYK
RGB Variations
Color information
#C7C242 (or 0xC7C242) is known color: Wattle. HEX triplet: C7, C2 and 42. RGB value is (199,194,66). Sum of RGB (Red+Green+Blue) = 199+194+66=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C242 is #383DBD. Grayscale: #B5B5B5. Windows color (decimal): -3685822 or 4375239. OLE color: 4375239.
HSL color Cylindrical-coordinate representation of color #C7C242: hue angle of 57.74º 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 #C7C242 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 66 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.22 |
| HSL | 57.74º | 0.54% | 0.52% | - |
| HSV(B) | 57.74º | 0.67% | 0.78% | - |
| XYZ | 43.83 | 51.12 | 12.71 | - |
| YUV | 180.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 66 | 0 | 0.03 | 0.67 | 0.22 | 57.74 | 0.54 | 0.52 |
| Hex | C7 | C2 | 42 | 0 | 3 | 43 | 16 | 3A | 36 | 34 |
| Octal | 307 | 302 | 102 | 0 | 3 | 103 | 26 | 72 | 66 | 64 |
| Binary | 11000111 | 11000010 | 1000010 | 0 | 11 | 1000011 | 10110 | 111010 | 110110 | 110100 |
Color Harmonies of #C7C242
Complementary color
Monochromatic Colors of #C7C242
Black with #C7C242
Text Example
Text Example
White with #C7C242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C242; }
p { color: rgb(199,194,66); }
H1.HeaderClassName
{
color: #C7C242;
}
.AnyTagClassName
{
color: #C7C242;
}
</style>
background-color css
<style>
a { background-color: #C7C242; }
a { background-color: rgb(199,194,66); }
div.DivClassName
{
background-color: #C7C242;
}
.BgClassName
{
background-color: #C7C242;
}
</style>
border-color css
<style>
span { border-color: #C7C242; }
span { border-color: rgb(199,194,66); }
td.TdClassName
{
border-color: #C7C242;
}
.TagClassName
{
border-color: #C7C242;
}
</style>