Shades of Wattle #C9C143
Tints of Wattle #C9C143
RGB
CMYK
RGB Variations
Color information
#C9C143 (or 0xC9C143) is known color: Wattle. HEX triplet: C9, C1 and 43. RGB value is (201,193,67). Sum of RGB (Red+Green+Blue) = 201+193+67=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 67 (26.56% from 255 or 14.53% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C143 is #363EBC. Grayscale: #B5B5B5. Windows color (decimal): -3555005 or 4440521. OLE color: 4440521.
HSL color Cylindrical-coordinate representation of color #C9C143: hue angle of 56.42º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9C143 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 193 | 67 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.21 |
| HSL | 56.42º | 0.55% | 0.53% | - |
| HSV(B) | 56.42º | 0.67% | 0.79% | - |
| XYZ | 44.17 | 50.96 | 12.82 | - |
| YUV | 181.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 67 | 0 | 0.04 | 0.67 | 0.21 | 56.42 | 0.55 | 0.53 |
| Hex | C9 | C1 | 43 | 0 | 4 | 43 | 15 | 38 | 37 | 35 |
| Octal | 311 | 301 | 103 | 0 | 4 | 103 | 25 | 70 | 67 | 65 |
| Binary | 11001001 | 11000001 | 1000011 | 0 | 100 | 1000011 | 10101 | 111000 | 110111 | 110101 |
Color Harmonies of #C9C143
Complementary color
Monochromatic Colors of #C9C143
Black with #C9C143
Text Example
Text Example
White with #C9C143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C143; }
p { color: rgb(201,193,67); }
H1.HeaderClassName
{
color: #C9C143;
}
.AnyTagClassName
{
color: #C9C143;
}
</style>
background-color css
<style>
a { background-color: #C9C143; }
a { background-color: rgb(201,193,67); }
div.DivClassName
{
background-color: #C9C143;
}
.BgClassName
{
background-color: #C9C143;
}
</style>
border-color css
<style>
span { border-color: #C9C143; }
span { border-color: rgb(201,193,67); }
td.TdClassName
{
border-color: #C9C143;
}
.TagClassName
{
border-color: #C9C143;
}
</style>