Shades of Wattle #C9C535
Tints of Wattle #C9C535
RGB
CMYK
RGB Variations
Color information
#C9C535 (or 0xC9C535) is known color: Wattle. HEX triplet: C9, C5 and 35. RGB value is (201,197,53). Sum of RGB (Red+Green+Blue) = 201+197+53=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C535 is #363ACA. Grayscale: #B6B6B6. Windows color (decimal): -3553995 or 3524041. OLE color: 3524041.
HSL color Cylindrical-coordinate representation of color #C9C535: hue angle of 58.38º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9C535 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 53 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.21 |
| HSL | 58.38º | 0.58% | 0.5% | - |
| HSV(B) | 58.38º | 0.74% | 0.79% | - |
| XYZ | 44.7 | 52.61 | 11.17 | - |
| YUV | 181.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 53 | 0 | 0.02 | 0.74 | 0.21 | 58.38 | 0.58 | 0.5 |
| Hex | C9 | C5 | 35 | 0 | 2 | 4A | 15 | 3A | 3A | 32 |
| Octal | 311 | 305 | 65 | 0 | 2 | 112 | 25 | 72 | 72 | 62 |
| Binary | 11001001 | 11000101 | 110101 | 0 | 10 | 1001010 | 10101 | 111010 | 111010 | 110010 |
Color Harmonies of #C9C535
Complementary color
Monochromatic Colors of #C9C535
Black with #C9C535
Text Example
Text Example
White with #C9C535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C535; }
p { color: rgb(201,197,53); }
H1.HeaderClassName
{
color: #C9C535;
}
.AnyTagClassName
{
color: #C9C535;
}
</style>
background-color css
<style>
a { background-color: #C9C535; }
a { background-color: rgb(201,197,53); }
div.DivClassName
{
background-color: #C9C535;
}
.BgClassName
{
background-color: #C9C535;
}
</style>
border-color css
<style>
span { border-color: #C9C535; }
span { border-color: rgb(201,197,53); }
td.TdClassName
{
border-color: #C9C535;
}
.TagClassName
{
border-color: #C9C535;
}
</style>