Shades of Wattle #C9C137
Tints of Wattle #C9C137
RGB
CMYK
RGB Variations
Color information
#C9C137 (or 0xC9C137) is known color: Wattle. HEX triplet: C9, C1 and 37. RGB value is (201,193,55). Sum of RGB (Red+Green+Blue) = 201+193+55=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C137 is #363EC8. Grayscale: #B4B4B4. Windows color (decimal): -3555017 or 3654089. OLE color: 3654089.
HSL color Cylindrical-coordinate representation of color #C9C137: hue angle of 56.71º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9C137 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 193 | 55 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.21 |
| HSL | 56.71º | 0.57% | 0.5% | - |
| HSV(B) | 56.71º | 0.73% | 0.79% | - |
| XYZ | 43.85 | 50.83 | 11.12 | - |
| YUV | 179.66 | 57.65 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 55 | 0 | 0.04 | 0.73 | 0.21 | 56.71 | 0.57 | 0.5 |
| Hex | C9 | C1 | 37 | 0 | 4 | 49 | 15 | 39 | 39 | 32 |
| Octal | 311 | 301 | 67 | 0 | 4 | 111 | 25 | 71 | 71 | 62 |
| Binary | 11001001 | 11000001 | 110111 | 0 | 100 | 1001001 | 10101 | 111001 | 111001 | 110010 |
Color Harmonies of #C9C137
Complementary color
Monochromatic Colors of #C9C137
Black with #C9C137
Text Example
Text Example
White with #C9C137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C137; }
p { color: rgb(201,193,55); }
H1.HeaderClassName
{
color: #C9C137;
}
.AnyTagClassName
{
color: #C9C137;
}
</style>
background-color css
<style>
a { background-color: #C9C137; }
a { background-color: rgb(201,193,55); }
div.DivClassName
{
background-color: #C9C137;
}
.BgClassName
{
background-color: #C9C137;
}
</style>
border-color css
<style>
span { border-color: #C9C137; }
span { border-color: rgb(201,193,55); }
td.TdClassName
{
border-color: #C9C137;
}
.TagClassName
{
border-color: #C9C137;
}
</style>