Shades of Wattle #C8C544
Tints of Wattle #C8C544
RGB
CMYK
RGB Variations
Color information
#C8C544 (or 0xC8C544) is known color: Wattle. HEX triplet: C8, C5 and 44. RGB value is (200,197,68). Sum of RGB (Red+Green+Blue) = 200+197+68=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C544 is #373ABB. Grayscale: #B7B7B7. Windows color (decimal): -3619516 or 4507080. OLE color: 4507080.
HSL color Cylindrical-coordinate representation of color #C8C544: hue angle of 58.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8C544 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 68 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.22 |
| HSL | 58.64º | 0.55% | 0.53% | - |
| HSV(B) | 58.64º | 0.66% | 0.78% | - |
| XYZ | 44.83 | 52.63 | 13.26 | - |
| YUV | 183.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 68 | 0 | 0.02 | 0.66 | 0.22 | 58.64 | 0.55 | 0.53 |
| Hex | C8 | C5 | 44 | 0 | 2 | 42 | 16 | 3B | 37 | 35 |
| Octal | 310 | 305 | 104 | 0 | 2 | 102 | 26 | 73 | 67 | 65 |
| Binary | 11001000 | 11000101 | 1000100 | 0 | 10 | 1000010 | 10110 | 111011 | 110111 | 110101 |
Color Harmonies of #C8C544
Complementary color
Monochromatic Colors of #C8C544
Black with #C8C544
Text Example
Text Example
White with #C8C544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C544; }
p { color: rgb(200,197,68); }
H1.HeaderClassName
{
color: #C8C544;
}
.AnyTagClassName
{
color: #C8C544;
}
</style>
background-color css
<style>
a { background-color: #C8C544; }
a { background-color: rgb(200,197,68); }
div.DivClassName
{
background-color: #C8C544;
}
.BgClassName
{
background-color: #C8C544;
}
</style>
border-color css
<style>
span { border-color: #C8C544; }
span { border-color: rgb(200,197,68); }
td.TdClassName
{
border-color: #C8C544;
}
.TagClassName
{
border-color: #C8C544;
}
</style>