Shades of Wattle #C9C730
Tints of Wattle #C9C730
RGB
CMYK
RGB Variations
Color information
#C9C730 (or 0xC9C730) is known color: Wattle. HEX triplet: C9, C7 and 30. RGB value is (201,199,48). Sum of RGB (Red+Green+Blue) = 201+199+48=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C730 is #3638CF. Grayscale: #B6B6B6. Windows color (decimal): -3553488 or 3196873. OLE color: 3196873.
HSL color Cylindrical-coordinate representation of color #C9C730: hue angle of 59.22º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9C730 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 199 | 48 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.21 |
| HSL | 59.22º | 0.61% | 0.49% | - |
| HSV(B) | 59.22º | 0.76% | 0.79% | - |
| XYZ | 45.04 | 53.48 | 10.74 | - |
| YUV | 182.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 48 | 0 | 0.01 | 0.76 | 0.21 | 59.22 | 0.61 | 0.49 |
| Hex | C9 | C7 | 30 | 0 | 1 | 4C | 15 | 3B | 3D | 31 |
| Octal | 311 | 307 | 60 | 0 | 1 | 114 | 25 | 73 | 75 | 61 |
| Binary | 11001001 | 11000111 | 110000 | 0 | 1 | 1001100 | 10101 | 111011 | 111101 | 110001 |
Color Harmonies of #C9C730
Complementary color
Monochromatic Colors of #C9C730
Black with #C9C730
Text Example
Text Example
White with #C9C730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C730; }
p { color: rgb(201,199,48); }
H1.HeaderClassName
{
color: #C9C730;
}
.AnyTagClassName
{
color: #C9C730;
}
</style>
background-color css
<style>
a { background-color: #C9C730; }
a { background-color: rgb(201,199,48); }
div.DivClassName
{
background-color: #C9C730;
}
.BgClassName
{
background-color: #C9C730;
}
</style>
border-color css
<style>
span { border-color: #C9C730; }
span { border-color: rgb(201,199,48); }
td.TdClassName
{
border-color: #C9C730;
}
.TagClassName
{
border-color: #C9C730;
}
</style>