Shades of Wattle #C9C232
Tints of Wattle #C9C232
RGB
CMYK
RGB Variations
Color information
#C9C232 (or 0xC9C232) is known color: Wattle. HEX triplet: C9, C2 and 32. RGB value is (201,194,50). Sum of RGB (Red+Green+Blue) = 201+194+50=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C232 is #363DCD. Grayscale: #B4B4B4. Windows color (decimal): -3554766 or 3326665. OLE color: 3326665.
HSL color Cylindrical-coordinate representation of color #C9C232: hue angle of 57.22º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9C232 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 50 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.21 |
| HSL | 57.22º | 0.6% | 0.49% | - |
| HSV(B) | 57.22º | 0.75% | 0.79% | - |
| XYZ | 43.95 | 51.23 | 10.59 | - |
| YUV | 179.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 50 | 0 | 0.03 | 0.75 | 0.21 | 57.22 | 0.6 | 0.49 |
| Hex | C9 | C2 | 32 | 0 | 3 | 4B | 15 | 39 | 3C | 31 |
| Octal | 311 | 302 | 62 | 0 | 3 | 113 | 25 | 71 | 74 | 61 |
| Binary | 11001001 | 11000010 | 110010 | 0 | 11 | 1001011 | 10101 | 111001 | 111100 | 110001 |
Color Harmonies of #C9C232
Complementary color
Monochromatic Colors of #C9C232
Black with #C9C232
Text Example
Text Example
White with #C9C232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C232; }
p { color: rgb(201,194,50); }
H1.HeaderClassName
{
color: #C9C232;
}
.AnyTagClassName
{
color: #C9C232;
}
</style>
background-color css
<style>
a { background-color: #C9C232; }
a { background-color: rgb(201,194,50); }
div.DivClassName
{
background-color: #C9C232;
}
.BgClassName
{
background-color: #C9C232;
}
</style>
border-color css
<style>
span { border-color: #C9C232; }
span { border-color: rgb(201,194,50); }
td.TdClassName
{
border-color: #C9C232;
}
.TagClassName
{
border-color: #C9C232;
}
</style>