Shades of Wattle #C7C738
Tints of Wattle #C7C738
RGB
CMYK
RGB Variations
Color information
#C7C738 (or 0xC7C738) is known color: Wattle. HEX triplet: C7, C7 and 38. RGB value is (199,199,56). Sum of RGB (Red+Green+Blue) = 199+199+56=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C738 is #3838C7. Grayscale: #B7B7B7. Windows color (decimal): -3684552 or 3721159. OLE color: 3721159.
HSL color Cylindrical-coordinate representation of color #C7C738: hue angle of 60º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7C738 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 199 | 56 | - |
| CMYK | 0 | 0 | 0.72 | 0.22 |
| HSL | 60º | 0.56% | 0.5% | - |
| HSV(B) | 60º | 0.72% | 0.78% | - |
| XYZ | 44.69 | 53.27 | 11.67 | - |
| YUV | 182.7 | 56.5 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 199 | 56 | 0 | 0 | 0.72 | 0.22 | 60 | 0.56 | 0.5 |
| Hex | C7 | C7 | 38 | 0 | 0 | 48 | 16 | 3C | 38 | 32 |
| Octal | 307 | 307 | 70 | 0 | 0 | 110 | 26 | 74 | 70 | 62 |
| Binary | 11000111 | 11000111 | 111000 | 0 | 0 | 1001000 | 10110 | 111100 | 111000 | 110010 |
Color Harmonies of #C7C738
Complementary color
Monochromatic Colors of #C7C738
Black with #C7C738
Text Example
Text Example
White with #C7C738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C738; }
p { color: rgb(199,199,56); }
H1.HeaderClassName
{
color: #C7C738;
}
.AnyTagClassName
{
color: #C7C738;
}
</style>
background-color css
<style>
a { background-color: #C7C738; }
a { background-color: rgb(199,199,56); }
div.DivClassName
{
background-color: #C7C738;
}
.BgClassName
{
background-color: #C7C738;
}
</style>
border-color css
<style>
span { border-color: #C7C738; }
span { border-color: rgb(199,199,56); }
td.TdClassName
{
border-color: #C7C738;
}
.TagClassName
{
border-color: #C7C738;
}
</style>