Shades of Wattle #C8C54E
Tints of Wattle #C8C54E
RGB
CMYK
RGB Variations
Color information
#C8C54E (or 0xC8C54E) is known color: Wattle. HEX triplet: C8, C5 and 4E. RGB value is (200,197,78). Sum of RGB (Red+Green+Blue) = 200+197+78=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C54E is #373AB1. Grayscale: #B8B8B8. Windows color (decimal): -3619506 or 5162440. OLE color: 5162440.
HSL color Cylindrical-coordinate representation of color #C8C54E: hue angle of 58.52º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8C54E is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 78 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.22 |
| HSL | 58.52º | 0.53% | 0.55% | - |
| HSV(B) | 58.52º | 0.61% | 0.78% | - |
| XYZ | 45.16 | 52.76 | 15.01 | - |
| YUV | 184.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 78 | 0 | 0.02 | 0.61 | 0.22 | 58.52 | 0.53 | 0.55 |
| Hex | C8 | C5 | 4E | 0 | 2 | 3D | 16 | 3B | 35 | 37 |
| Octal | 310 | 305 | 116 | 0 | 2 | 75 | 26 | 73 | 65 | 67 |
| Binary | 11001000 | 11000101 | 1001110 | 0 | 10 | 111101 | 10110 | 111011 | 110101 | 110111 |
Color Harmonies of #C8C54E
Complementary color
Monochromatic Colors of #C8C54E
Black with #C8C54E
Text Example
Text Example
White with #C8C54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C54E; }
p { color: rgb(200,197,78); }
H1.HeaderClassName
{
color: #C8C54E;
}
.AnyTagClassName
{
color: #C8C54E;
}
</style>
background-color css
<style>
a { background-color: #C8C54E; }
a { background-color: rgb(200,197,78); }
div.DivClassName
{
background-color: #C8C54E;
}
.BgClassName
{
background-color: #C8C54E;
}
</style>
border-color css
<style>
span { border-color: #C8C54E; }
span { border-color: rgb(200,197,78); }
td.TdClassName
{
border-color: #C8C54E;
}
.TagClassName
{
border-color: #C8C54E;
}
</style>