Shades of Wattle #C8C540
Tints of Wattle #C8C540
RGB
CMYK
RGB Variations
Color information
#C8C540 (or 0xC8C540) is known color: Wattle. HEX triplet: C8, C5 and 40. RGB value is (200,197,64). Sum of RGB (Red+Green+Blue) = 200+197+64=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C540 is #373ABF. Grayscale: #B7B7B7. Windows color (decimal): -3619520 or 4244936. OLE color: 4244936.
HSL color Cylindrical-coordinate representation of color #C8C540: hue angle of 58.68º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8C540 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 64 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.22 |
| HSL | 58.68º | 0.55% | 0.52% | - |
| HSV(B) | 58.68º | 0.68% | 0.78% | - |
| XYZ | 44.71 | 52.58 | 12.64 | - |
| YUV | 182.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 64 | 0 | 0.02 | 0.68 | 0.22 | 58.68 | 0.55 | 0.52 |
| Hex | C8 | C5 | 40 | 0 | 2 | 44 | 16 | 3B | 37 | 34 |
| Octal | 310 | 305 | 100 | 0 | 2 | 104 | 26 | 73 | 67 | 64 |
| Binary | 11001000 | 11000101 | 1000000 | 0 | 10 | 1000100 | 10110 | 111011 | 110111 | 110100 |
Color Harmonies of #C8C540
Complementary color
Monochromatic Colors of #C8C540
Black with #C8C540
Text Example
Text Example
White with #C8C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C540; }
p { color: rgb(200,197,64); }
H1.HeaderClassName
{
color: #C8C540;
}
.AnyTagClassName
{
color: #C8C540;
}
</style>
background-color css
<style>
a { background-color: #C8C540; }
a { background-color: rgb(200,197,64); }
div.DivClassName
{
background-color: #C8C540;
}
.BgClassName
{
background-color: #C8C540;
}
</style>
border-color css
<style>
span { border-color: #C8C540; }
span { border-color: rgb(200,197,64); }
td.TdClassName
{
border-color: #C8C540;
}
.TagClassName
{
border-color: #C8C540;
}
</style>