Shades of Wattle #C7C73C
Tints of Wattle #C7C73C
RGB
CMYK
RGB Variations
Color information
#C7C73C (or 0xC7C73C) is known color: Wattle. HEX triplet: C7, C7 and 3C. RGB value is (199,199,60). Sum of RGB (Red+Green+Blue) = 199+199+60=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C73C is #3838C3. Grayscale: #B7B7B7. Windows color (decimal): -3684548 or 3983303. OLE color: 3983303.
HSL color Cylindrical-coordinate representation of color #C7C73C: hue angle of 60º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7C73C is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 199 | 60 | - |
| CMYK | 0 | 0 | 0.70 | 0.22 |
| HSL | 60º | 0.55% | 0.51% | - |
| HSV(B) | 60º | 0.7% | 0.78% | - |
| XYZ | 44.79 | 53.32 | 12.21 | - |
| YUV | 183.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 199 | 60 | 0 | 0 | 0.70 | 0.22 | 60 | 0.55 | 0.51 |
| Hex | C7 | C7 | 3C | 0 | 0 | 46 | 16 | 3C | 37 | 33 |
| Octal | 307 | 307 | 74 | 0 | 0 | 106 | 26 | 74 | 67 | 63 |
| Binary | 11000111 | 11000111 | 111100 | 0 | 0 | 1000110 | 10110 | 111100 | 110111 | 110011 |
Color Harmonies of #C7C73C
Complementary color
Monochromatic Colors of #C7C73C
Black with #C7C73C
Text Example
Text Example
White with #C7C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C73C; }
p { color: rgb(199,199,60); }
H1.HeaderClassName
{
color: #C7C73C;
}
.AnyTagClassName
{
color: #C7C73C;
}
</style>
background-color css
<style>
a { background-color: #C7C73C; }
a { background-color: rgb(199,199,60); }
div.DivClassName
{
background-color: #C7C73C;
}
.BgClassName
{
background-color: #C7C73C;
}
</style>
border-color css
<style>
span { border-color: #C7C73C; }
span { border-color: rgb(199,199,60); }
td.TdClassName
{
border-color: #C7C73C;
}
.TagClassName
{
border-color: #C7C73C;
}
</style>