Shades of Wattle #C7C438
Tints of Wattle #C7C438
RGB
CMYK
RGB Variations
Color information
#C7C438 (or 0xC7C438) is known color: Wattle. HEX triplet: C7, C4 and 38. RGB value is (199,196,56). Sum of RGB (Red+Green+Blue) = 199+196+56=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C438 is #383BC7. Grayscale: #B5B5B5. Windows color (decimal): -3685320 or 3720391. OLE color: 3720391.
HSL color Cylindrical-coordinate representation of color #C7C438: hue angle of 58.74º 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 #C7C438 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 56 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.22 |
| HSL | 58.74º | 0.56% | 0.5% | - |
| HSV(B) | 58.74º | 0.72% | 0.78% | - |
| XYZ | 44.01 | 51.91 | 11.44 | - |
| YUV | 180.94 | 57.49 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 56 | 0 | 0.02 | 0.72 | 0.22 | 58.74 | 0.56 | 0.5 |
| Hex | C7 | C4 | 38 | 0 | 2 | 48 | 16 | 3B | 38 | 32 |
| Octal | 307 | 304 | 70 | 0 | 2 | 110 | 26 | 73 | 70 | 62 |
| Binary | 11000111 | 11000100 | 111000 | 0 | 10 | 1001000 | 10110 | 111011 | 111000 | 110010 |
Color Harmonies of #C7C438
Complementary color
Monochromatic Colors of #C7C438
Black with #C7C438
Text Example
Text Example
White with #C7C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C438; }
p { color: rgb(199,196,56); }
H1.HeaderClassName
{
color: #C7C438;
}
.AnyTagClassName
{
color: #C7C438;
}
</style>
background-color css
<style>
a { background-color: #C7C438; }
a { background-color: rgb(199,196,56); }
div.DivClassName
{
background-color: #C7C438;
}
.BgClassName
{
background-color: #C7C438;
}
</style>
border-color css
<style>
span { border-color: #C7C438; }
span { border-color: rgb(199,196,56); }
td.TdClassName
{
border-color: #C7C438;
}
.TagClassName
{
border-color: #C7C438;
}
</style>