Shades of Wattle #C8C137
Tints of Wattle #C8C137
RGB
CMYK
RGB Variations
Color information
#C8C137 (or 0xC8C137) is known color: Wattle. HEX triplet: C8, C1 and 37. RGB value is (200,193,55). Sum of RGB (Red+Green+Blue) = 200+193+55=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C137 is #373EC8. Grayscale: #B3B3B3. Windows color (decimal): -3620553 or 3654088. OLE color: 3654088.
HSL color Cylindrical-coordinate representation of color #C8C137: hue angle of 57.1º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8C137 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 55 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.22 |
| HSL | 57.1º | 0.57% | 0.5% | - |
| HSV(B) | 57.1º | 0.73% | 0.78% | - |
| XYZ | 43.58 | 50.7 | 11.1 | - |
| YUV | 179.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 55 | 0 | 0.04 | 0.72 | 0.22 | 57.1 | 0.57 | 0.5 |
| Hex | C8 | C1 | 37 | 0 | 4 | 48 | 16 | 39 | 39 | 32 |
| Octal | 310 | 301 | 67 | 0 | 4 | 110 | 26 | 71 | 71 | 62 |
| Binary | 11001000 | 11000001 | 110111 | 0 | 100 | 1001000 | 10110 | 111001 | 111001 | 110010 |
Color Harmonies of #C8C137
Complementary color
Monochromatic Colors of #C8C137
Black with #C8C137
Text Example
Text Example
White with #C8C137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C137; }
p { color: rgb(200,193,55); }
H1.HeaderClassName
{
color: #C8C137;
}
.AnyTagClassName
{
color: #C8C137;
}
</style>
background-color css
<style>
a { background-color: #C8C137; }
a { background-color: rgb(200,193,55); }
div.DivClassName
{
background-color: #C8C137;
}
.BgClassName
{
background-color: #C8C137;
}
</style>
border-color css
<style>
span { border-color: #C8C137; }
span { border-color: rgb(200,193,55); }
td.TdClassName
{
border-color: #C8C137;
}
.TagClassName
{
border-color: #C8C137;
}
</style>