Shades of Wattle #C9C13C
Tints of Wattle #C9C13C
RGB
CMYK
RGB Variations
Color information
#C9C13C (or 0xC9C13C) is known color: Wattle. HEX triplet: C9, C1 and 3C. RGB value is (201,193,60). Sum of RGB (Red+Green+Blue) = 201+193+60=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C13C is #363EC3. Grayscale: #B4B4B4. Windows color (decimal): -3555012 or 3981769. OLE color: 3981769.
HSL color Cylindrical-coordinate representation of color #C9C13C: hue angle of 56.6º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9C13C is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 193 | 60 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.21 |
| HSL | 56.6º | 0.57% | 0.51% | - |
| HSV(B) | 56.6º | 0.7% | 0.79% | - |
| XYZ | 43.97 | 50.88 | 11.78 | - |
| YUV | 180.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 60 | 0 | 0.04 | 0.70 | 0.21 | 56.6 | 0.57 | 0.51 |
| Hex | C9 | C1 | 3C | 0 | 4 | 46 | 15 | 39 | 39 | 33 |
| Octal | 311 | 301 | 74 | 0 | 4 | 106 | 25 | 71 | 71 | 63 |
| Binary | 11001001 | 11000001 | 111100 | 0 | 100 | 1000110 | 10101 | 111001 | 111001 | 110011 |
Color Harmonies of #C9C13C
Complementary color
Monochromatic Colors of #C9C13C
Black with #C9C13C
Text Example
Text Example
White with #C9C13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C13C; }
p { color: rgb(201,193,60); }
H1.HeaderClassName
{
color: #C9C13C;
}
.AnyTagClassName
{
color: #C9C13C;
}
</style>
background-color css
<style>
a { background-color: #C9C13C; }
a { background-color: rgb(201,193,60); }
div.DivClassName
{
background-color: #C9C13C;
}
.BgClassName
{
background-color: #C9C13C;
}
</style>
border-color css
<style>
span { border-color: #C9C13C; }
span { border-color: rgb(201,193,60); }
td.TdClassName
{
border-color: #C9C13C;
}
.TagClassName
{
border-color: #C9C13C;
}
</style>