Shades of Wattle #C5C93C
Tints of Wattle #C5C93C
RGB
CMYK
RGB Variations
Color information
#C5C93C (or 0xC5C93C) is known color: Wattle. HEX triplet: C5, C9 and 3C. RGB value is (197,201,60). Sum of RGB (Red+Green+Blue) = 197+201+60=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C93C is #3A36C3. Grayscale: #B8B8B8. Windows color (decimal): -3815108 or 3983813. OLE color: 3983813.
HSL color Cylindrical-coordinate representation of color #C5C93C: hue angle of 61.7º 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 #C5C93C is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 60 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.21 |
| HSL | 61.7º | 0.57% | 0.51% | - |
| HSV(B) | 61.7º | 0.7% | 0.79% | - |
| XYZ | 44.73 | 53.97 | 12.33 | - |
| YUV | 183.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 60 | 0.02 | 0 | 0.70 | 0.21 | 61.7 | 0.57 | 0.51 |
| Hex | C5 | C9 | 3C | 2 | 0 | 46 | 15 | 3E | 39 | 33 |
| Octal | 305 | 311 | 74 | 2 | 0 | 106 | 25 | 76 | 71 | 63 |
| Binary | 11000101 | 11001001 | 111100 | 10 | 0 | 1000110 | 10101 | 111110 | 111001 | 110011 |
Color Harmonies of #C5C93C
Complementary color
Monochromatic Colors of #C5C93C
Black with #C5C93C
Text Example
Text Example
White with #C5C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C93C; }
p { color: rgb(197,201,60); }
H1.HeaderClassName
{
color: #C5C93C;
}
.AnyTagClassName
{
color: #C5C93C;
}
</style>
background-color css
<style>
a { background-color: #C5C93C; }
a { background-color: rgb(197,201,60); }
div.DivClassName
{
background-color: #C5C93C;
}
.BgClassName
{
background-color: #C5C93C;
}
</style>
border-color css
<style>
span { border-color: #C5C93C; }
span { border-color: rgb(197,201,60); }
td.TdClassName
{
border-color: #C5C93C;
}
.TagClassName
{
border-color: #C5C93C;
}
</style>