Shades of Wattle #C8C64E
Tints of Wattle #C8C64E
RGB
CMYK
RGB Variations
Color information
#C8C64E (or 0xC8C64E) is known color: Wattle. HEX triplet: C8, C6 and 4E. RGB value is (200,198,78). Sum of RGB (Red+Green+Blue) = 200+198+78=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C64E is #3739B1. Grayscale: #B9B9B9. Windows color (decimal): -3619250 or 5162696. OLE color: 5162696.
HSL color Cylindrical-coordinate representation of color #C8C64E: hue angle of 59.02º 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 #C8C64E is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 78 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.22 |
| HSL | 59.02º | 0.53% | 0.55% | - |
| HSV(B) | 59.02º | 0.61% | 0.78% | - |
| XYZ | 45.39 | 53.22 | 15.09 | - |
| YUV | 184.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 78 | 0 | 0.01 | 0.61 | 0.22 | 59.02 | 0.53 | 0.55 |
| Hex | C8 | C6 | 4E | 0 | 1 | 3D | 16 | 3B | 35 | 37 |
| Octal | 310 | 306 | 116 | 0 | 1 | 75 | 26 | 73 | 65 | 67 |
| Binary | 11001000 | 11000110 | 1001110 | 0 | 1 | 111101 | 10110 | 111011 | 110101 | 110111 |
Color Harmonies of #C8C64E
Complementary color
Monochromatic Colors of #C8C64E
Black with #C8C64E
Text Example
Text Example
White with #C8C64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C64E; }
p { color: rgb(200,198,78); }
H1.HeaderClassName
{
color: #C8C64E;
}
.AnyTagClassName
{
color: #C8C64E;
}
</style>
background-color css
<style>
a { background-color: #C8C64E; }
a { background-color: rgb(200,198,78); }
div.DivClassName
{
background-color: #C8C64E;
}
.BgClassName
{
background-color: #C8C64E;
}
</style>
border-color css
<style>
span { border-color: #C8C64E; }
span { border-color: rgb(200,198,78); }
td.TdClassName
{
border-color: #C8C64E;
}
.TagClassName
{
border-color: #C8C64E;
}
</style>