Shades of Wattle #C7C342
Tints of Wattle #C7C342
RGB
CMYK
RGB Variations
Color information
#C7C342 (or 0xC7C342) is known color: Wattle. HEX triplet: C7, C3 and 42. RGB value is (199,195,66). Sum of RGB (Red+Green+Blue) = 199+195+66=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C342 is #383CBD. Grayscale: #B6B6B6. Windows color (decimal): -3685566 or 4375495. OLE color: 4375495.
HSL color Cylindrical-coordinate representation of color #C7C342: hue angle of 58.2º 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 #C7C342 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 66 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.22 |
| HSL | 58.2º | 0.54% | 0.52% | - |
| HSV(B) | 58.2º | 0.67% | 0.78% | - |
| XYZ | 44.05 | 51.57 | 12.79 | - |
| YUV | 181.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 66 | 0 | 0.02 | 0.67 | 0.22 | 58.2 | 0.54 | 0.52 |
| Hex | C7 | C3 | 42 | 0 | 2 | 43 | 16 | 3A | 36 | 34 |
| Octal | 307 | 303 | 102 | 0 | 2 | 103 | 26 | 72 | 66 | 64 |
| Binary | 11000111 | 11000011 | 1000010 | 0 | 10 | 1000011 | 10110 | 111010 | 110110 | 110100 |
Color Harmonies of #C7C342
Complementary color
Monochromatic Colors of #C7C342
Black with #C7C342
Text Example
Text Example
White with #C7C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C342; }
p { color: rgb(199,195,66); }
H1.HeaderClassName
{
color: #C7C342;
}
.AnyTagClassName
{
color: #C7C342;
}
</style>
background-color css
<style>
a { background-color: #C7C342; }
a { background-color: rgb(199,195,66); }
div.DivClassName
{
background-color: #C7C342;
}
.BgClassName
{
background-color: #C7C342;
}
</style>
border-color css
<style>
span { border-color: #C7C342; }
span { border-color: rgb(199,195,66); }
td.TdClassName
{
border-color: #C7C342;
}
.TagClassName
{
border-color: #C7C342;
}
</style>