Shades of Wattle #C9C741
Tints of Wattle #C9C741
RGB
CMYK
RGB Variations
Color information
#C9C741 (or 0xC9C741) is known color: Wattle. HEX triplet: C9, C7 and 41. RGB value is (201,199,65). Sum of RGB (Red+Green+Blue) = 201+199+65=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C741 is #3638BE. Grayscale: #B8B8B8. Windows color (decimal): -3553471 or 4310985. OLE color: 4310985.
HSL color Cylindrical-coordinate representation of color #C9C741: hue angle of 59.12º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9C741 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 199 | 65 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.21 |
| HSL | 59.12º | 0.56% | 0.52% | - |
| HSV(B) | 59.12º | 0.68% | 0.79% | - |
| XYZ | 45.46 | 53.65 | 12.96 | - |
| YUV | 184.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 65 | 0 | 0.01 | 0.68 | 0.21 | 59.12 | 0.56 | 0.52 |
| Hex | C9 | C7 | 41 | 0 | 1 | 44 | 15 | 3B | 38 | 34 |
| Octal | 311 | 307 | 101 | 0 | 1 | 104 | 25 | 73 | 70 | 64 |
| Binary | 11001001 | 11000111 | 1000001 | 0 | 1 | 1000100 | 10101 | 111011 | 111000 | 110100 |
Color Harmonies of #C9C741
Complementary color
Monochromatic Colors of #C9C741
Black with #C9C741
Text Example
Text Example
White with #C9C741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C741; }
p { color: rgb(201,199,65); }
H1.HeaderClassName
{
color: #C9C741;
}
.AnyTagClassName
{
color: #C9C741;
}
</style>
background-color css
<style>
a { background-color: #C9C741; }
a { background-color: rgb(201,199,65); }
div.DivClassName
{
background-color: #C9C741;
}
.BgClassName
{
background-color: #C9C741;
}
</style>
border-color css
<style>
span { border-color: #C9C741; }
span { border-color: rgb(201,199,65); }
td.TdClassName
{
border-color: #C9C741;
}
.TagClassName
{
border-color: #C9C741;
}
</style>