Shades of Wattle #C7C938
Tints of Wattle #C7C938
RGB
CMYK
RGB Variations
Color information
#C7C938 (or 0xC7C938) is known color: Wattle. HEX triplet: C7, C9 and 38. RGB value is (199,201,56). Sum of RGB (Red+Green+Blue) = 199+201+56=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C938 is #3836C7. Grayscale: #B8B8B8. Windows color (decimal): -3684040 or 3721671. OLE color: 3721671.
HSL color Cylindrical-coordinate representation of color #C7C938: hue angle of 60.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7C938 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 56 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.21 |
| HSL | 60.83º | 0.57% | 0.5% | - |
| HSV(B) | 60.83º | 0.72% | 0.79% | - |
| XYZ | 45.15 | 54.2 | 11.82 | - |
| YUV | 183.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 56 | 0.01 | 0 | 0.72 | 0.21 | 60.83 | 0.57 | 0.5 |
| Hex | C7 | C9 | 38 | 1 | 0 | 48 | 15 | 3D | 39 | 32 |
| Octal | 307 | 311 | 70 | 1 | 0 | 110 | 25 | 75 | 71 | 62 |
| Binary | 11000111 | 11001001 | 111000 | 1 | 0 | 1001000 | 10101 | 111101 | 111001 | 110010 |
Color Harmonies of #C7C938
Complementary color
Monochromatic Colors of #C7C938
Black with #C7C938
Text Example
Text Example
White with #C7C938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C938; }
p { color: rgb(199,201,56); }
H1.HeaderClassName
{
color: #C7C938;
}
.AnyTagClassName
{
color: #C7C938;
}
</style>
background-color css
<style>
a { background-color: #C7C938; }
a { background-color: rgb(199,201,56); }
div.DivClassName
{
background-color: #C7C938;
}
.BgClassName
{
background-color: #C7C938;
}
</style>
border-color css
<style>
span { border-color: #C7C938; }
span { border-color: rgb(199,201,56); }
td.TdClassName
{
border-color: #C7C938;
}
.TagClassName
{
border-color: #C7C938;
}
</style>