Shades of Wattle #C9C445
Tints of Wattle #C9C445
RGB
CMYK
RGB Variations
Color information
#C9C445 (or 0xC9C445) is known color: Wattle. HEX triplet: C9, C4 and 45. RGB value is (201,196,69). Sum of RGB (Red+Green+Blue) = 201+196+69=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C445 is #363BBA. Grayscale: #B7B7B7. Windows color (decimal): -3554235 or 4572361. OLE color: 4572361.
HSL color Cylindrical-coordinate representation of color #C9C445: hue angle of 57.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9C445 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 69 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.21 |
| HSL | 57.73º | 0.55% | 0.53% | - |
| HSV(B) | 57.73º | 0.66% | 0.79% | - |
| XYZ | 44.9 | 52.33 | 13.36 | - |
| YUV | 183.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 69 | 0 | 0.02 | 0.66 | 0.21 | 57.73 | 0.55 | 0.53 |
| Hex | C9 | C4 | 45 | 0 | 2 | 42 | 15 | 3A | 37 | 35 |
| Octal | 311 | 304 | 105 | 0 | 2 | 102 | 25 | 72 | 67 | 65 |
| Binary | 11001001 | 11000100 | 1000101 | 0 | 10 | 1000010 | 10101 | 111010 | 110111 | 110101 |
Color Harmonies of #C9C445
Complementary color
Monochromatic Colors of #C9C445
Black with #C9C445
Text Example
Text Example
White with #C9C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C445; }
p { color: rgb(201,196,69); }
H1.HeaderClassName
{
color: #C9C445;
}
.AnyTagClassName
{
color: #C9C445;
}
</style>
background-color css
<style>
a { background-color: #C9C445; }
a { background-color: rgb(201,196,69); }
div.DivClassName
{
background-color: #C9C445;
}
.BgClassName
{
background-color: #C9C445;
}
</style>
border-color css
<style>
span { border-color: #C9C445; }
span { border-color: rgb(201,196,69); }
td.TdClassName
{
border-color: #C9C445;
}
.TagClassName
{
border-color: #C9C445;
}
</style>