Shades of Wattle #C9C339
Tints of Wattle #C9C339
RGB
CMYK
RGB Variations
Color information
#C9C339 (or 0xC9C339) is known color: Wattle. HEX triplet: C9, C3 and 39. RGB value is (201,195,57). Sum of RGB (Red+Green+Blue) = 201+195+57=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C339 is #363CC6. Grayscale: #B5B5B5. Windows color (decimal): -3554503 or 3785673. OLE color: 3785673.
HSL color Cylindrical-coordinate representation of color #C9C339: hue angle of 57.5º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9C339 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 57 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.21 |
| HSL | 57.5º | 0.57% | 0.51% | - |
| HSV(B) | 57.5º | 0.72% | 0.79% | - |
| XYZ | 44.34 | 51.74 | 11.52 | - |
| YUV | 181.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 57 | 0 | 0.03 | 0.72 | 0.21 | 57.5 | 0.57 | 0.51 |
| Hex | C9 | C3 | 39 | 0 | 3 | 48 | 15 | 3A | 39 | 33 |
| Octal | 311 | 303 | 71 | 0 | 3 | 110 | 25 | 72 | 71 | 63 |
| Binary | 11001001 | 11000011 | 111001 | 0 | 11 | 1001000 | 10101 | 111010 | 111001 | 110011 |
Color Harmonies of #C9C339
Complementary color
Monochromatic Colors of #C9C339
Black with #C9C339
Text Example
Text Example
White with #C9C339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C339; }
p { color: rgb(201,195,57); }
H1.HeaderClassName
{
color: #C9C339;
}
.AnyTagClassName
{
color: #C9C339;
}
</style>
background-color css
<style>
a { background-color: #C9C339; }
a { background-color: rgb(201,195,57); }
div.DivClassName
{
background-color: #C9C339;
}
.BgClassName
{
background-color: #C9C339;
}
</style>
border-color css
<style>
span { border-color: #C9C339; }
span { border-color: rgb(201,195,57); }
td.TdClassName
{
border-color: #C9C339;
}
.TagClassName
{
border-color: #C9C339;
}
</style>