Shades of Wattle #C7C143
Tints of Wattle #C7C143
RGB
CMYK
RGB Variations
Color information
#C7C143 (or 0xC7C143) is known color: Wattle. HEX triplet: C7, C1 and 43. RGB value is (199,193,67). Sum of RGB (Red+Green+Blue) = 199+193+67=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C143 is #383EBC. Grayscale: #B4B4B4. Windows color (decimal): -3686077 or 4440519. OLE color: 4440519.
HSL color Cylindrical-coordinate representation of color #C7C143: hue angle of 57.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7C143 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 67 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.22 |
| HSL | 57.27º | 0.54% | 0.52% | - |
| HSV(B) | 57.27º | 0.66% | 0.78% | - |
| XYZ | 43.64 | 50.69 | 12.79 | - |
| YUV | 180.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 67 | 0 | 0.03 | 0.66 | 0.22 | 57.27 | 0.54 | 0.52 |
| Hex | C7 | C1 | 43 | 0 | 3 | 42 | 16 | 39 | 36 | 34 |
| Octal | 307 | 301 | 103 | 0 | 3 | 102 | 26 | 71 | 66 | 64 |
| Binary | 11000111 | 11000001 | 1000011 | 0 | 11 | 1000010 | 10110 | 111001 | 110110 | 110100 |
Color Harmonies of #C7C143
Complementary color
Monochromatic Colors of #C7C143
Black with #C7C143
Text Example
Text Example
White with #C7C143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C143; }
p { color: rgb(199,193,67); }
H1.HeaderClassName
{
color: #C7C143;
}
.AnyTagClassName
{
color: #C7C143;
}
</style>
background-color css
<style>
a { background-color: #C7C143; }
a { background-color: rgb(199,193,67); }
div.DivClassName
{
background-color: #C7C143;
}
.BgClassName
{
background-color: #C7C143;
}
</style>
border-color css
<style>
span { border-color: #C7C143; }
span { border-color: rgb(199,193,67); }
td.TdClassName
{
border-color: #C7C143;
}
.TagClassName
{
border-color: #C7C143;
}
</style>