Shades of Wattle #C8C14E
Tints of Wattle #C8C14E
RGB
CMYK
RGB Variations
Color information
#C8C14E (or 0xC8C14E) is known color: Wattle. HEX triplet: C8, C1 and 4E. RGB value is (200,193,78). Sum of RGB (Red+Green+Blue) = 200+193+78=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C14E is #373EB1. Grayscale: #B6B6B6. Windows color (decimal): -3620530 or 5161416. OLE color: 5161416.
HSL color Cylindrical-coordinate representation of color #C8C14E: hue angle of 56.56º 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 #C8C14E is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 78 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.22 |
| HSL | 56.56º | 0.53% | 0.55% | - |
| HSV(B) | 56.56º | 0.61% | 0.78% | - |
| XYZ | 44.26 | 50.97 | 14.71 | - |
| YUV | 181.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 78 | 0 | 0.04 | 0.61 | 0.22 | 56.56 | 0.53 | 0.55 |
| Hex | C8 | C1 | 4E | 0 | 4 | 3D | 16 | 39 | 35 | 37 |
| Octal | 310 | 301 | 116 | 0 | 4 | 75 | 26 | 71 | 65 | 67 |
| Binary | 11001000 | 11000001 | 1001110 | 0 | 100 | 111101 | 10110 | 111001 | 110101 | 110111 |
Color Harmonies of #C8C14E
Complementary color
Monochromatic Colors of #C8C14E
Black with #C8C14E
Text Example
Text Example
White with #C8C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C14E; }
p { color: rgb(200,193,78); }
H1.HeaderClassName
{
color: #C8C14E;
}
.AnyTagClassName
{
color: #C8C14E;
}
</style>
background-color css
<style>
a { background-color: #C8C14E; }
a { background-color: rgb(200,193,78); }
div.DivClassName
{
background-color: #C8C14E;
}
.BgClassName
{
background-color: #C8C14E;
}
</style>
border-color css
<style>
span { border-color: #C8C14E; }
span { border-color: rgb(200,193,78); }
td.TdClassName
{
border-color: #C8C14E;
}
.TagClassName
{
border-color: #C8C14E;
}
</style>