Shades of Wattle #C8C34E
Tints of Wattle #C8C34E
RGB
CMYK
RGB Variations
Color information
#C8C34E (or 0xC8C34E) is known color: Wattle. HEX triplet: C8, C3 and 4E. RGB value is (200,195,78). Sum of RGB (Red+Green+Blue) = 200+195+78=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C34E is #373CB1. Grayscale: #B7B7B7. Windows color (decimal): -3620018 or 5161928. OLE color: 5161928.
HSL color Cylindrical-coordinate representation of color #C8C34E: hue angle of 57.54º 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 #C8C34E is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 78 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.22 |
| HSL | 57.54º | 0.53% | 0.55% | - |
| HSV(B) | 57.54º | 0.61% | 0.78% | - |
| XYZ | 44.71 | 51.86 | 14.86 | - |
| YUV | 183.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 78 | 0 | 0.02 | 0.61 | 0.22 | 57.54 | 0.53 | 0.55 |
| Hex | C8 | C3 | 4E | 0 | 2 | 3D | 16 | 3A | 35 | 37 |
| Octal | 310 | 303 | 116 | 0 | 2 | 75 | 26 | 72 | 65 | 67 |
| Binary | 11001000 | 11000011 | 1001110 | 0 | 10 | 111101 | 10110 | 111010 | 110101 | 110111 |
Color Harmonies of #C8C34E
Complementary color
Monochromatic Colors of #C8C34E
Black with #C8C34E
Text Example
Text Example
White with #C8C34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C34E; }
p { color: rgb(200,195,78); }
H1.HeaderClassName
{
color: #C8C34E;
}
.AnyTagClassName
{
color: #C8C34E;
}
</style>
background-color css
<style>
a { background-color: #C8C34E; }
a { background-color: rgb(200,195,78); }
div.DivClassName
{
background-color: #C8C34E;
}
.BgClassName
{
background-color: #C8C34E;
}
</style>
border-color css
<style>
span { border-color: #C8C34E; }
span { border-color: rgb(200,195,78); }
td.TdClassName
{
border-color: #C8C34E;
}
.TagClassName
{
border-color: #C8C34E;
}
</style>