Shades of Wattle #C9C746
Tints of Wattle #C9C746
RGB
CMYK
RGB Variations
Color information
#C9C746 (or 0xC9C746) is known color: Wattle. HEX triplet: C9, C7 and 46. RGB value is (201,199,70). Sum of RGB (Red+Green+Blue) = 201+199+70=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C746 is #3638B9. Grayscale: #B9B9B9. Windows color (decimal): -3553466 or 4638665. OLE color: 4638665.
HSL color Cylindrical-coordinate representation of color #C9C746: hue angle of 59.08º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9C746 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 199 | 70 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.21 |
| HSL | 59.08º | 0.55% | 0.53% | - |
| HSV(B) | 59.08º | 0.65% | 0.79% | - |
| XYZ | 45.62 | 53.71 | 13.76 | - |
| YUV | 184.89 | 63.16 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 70 | 0 | 0.01 | 0.65 | 0.21 | 59.08 | 0.55 | 0.53 |
| Hex | C9 | C7 | 46 | 0 | 1 | 41 | 15 | 3B | 37 | 35 |
| Octal | 311 | 307 | 106 | 0 | 1 | 101 | 25 | 73 | 67 | 65 |
| Binary | 11001001 | 11000111 | 1000110 | 0 | 1 | 1000001 | 10101 | 111011 | 110111 | 110101 |
Color Harmonies of #C9C746
Complementary color
Monochromatic Colors of #C9C746
Black with #C9C746
Text Example
Text Example
White with #C9C746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C746; }
p { color: rgb(201,199,70); }
H1.HeaderClassName
{
color: #C9C746;
}
.AnyTagClassName
{
color: #C9C746;
}
</style>
background-color css
<style>
a { background-color: #C9C746; }
a { background-color: rgb(201,199,70); }
div.DivClassName
{
background-color: #C9C746;
}
.BgClassName
{
background-color: #C9C746;
}
</style>
border-color css
<style>
span { border-color: #C9C746; }
span { border-color: rgb(201,199,70); }
td.TdClassName
{
border-color: #C9C746;
}
.TagClassName
{
border-color: #C9C746;
}
</style>