Shades of Wattle #C8C14A
Tints of Wattle #C8C14A
RGB
CMYK
RGB Variations
Color information
#C8C14A (or 0xC8C14A) is known color: Wattle. HEX triplet: C8, C1 and 4A. RGB value is (200,193,74). Sum of RGB (Red+Green+Blue) = 200+193+74=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C14A is #373EB5. Grayscale: #B6B6B6. Windows color (decimal): -3620534 or 4899272. OLE color: 4899272.
HSL color Cylindrical-coordinate representation of color #C8C14A: hue angle of 56.67º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8C14A is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 74 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.22 |
| HSL | 56.67º | 0.53% | 0.54% | - |
| HSV(B) | 56.67º | 0.63% | 0.78% | - |
| XYZ | 44.13 | 50.91 | 13.98 | - |
| YUV | 181.53 | 67.32 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 74 | 0 | 0.04 | 0.63 | 0.22 | 56.67 | 0.53 | 0.54 |
| Hex | C8 | C1 | 4A | 0 | 4 | 3F | 16 | 39 | 35 | 36 |
| Octal | 310 | 301 | 112 | 0 | 4 | 77 | 26 | 71 | 65 | 66 |
| Binary | 11001000 | 11000001 | 1001010 | 0 | 100 | 111111 | 10110 | 111001 | 110101 | 110110 |
Color Harmonies of #C8C14A
Complementary color
Monochromatic Colors of #C8C14A
Black with #C8C14A
Text Example
Text Example
White with #C8C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C14A; }
p { color: rgb(200,193,74); }
H1.HeaderClassName
{
color: #C8C14A;
}
.AnyTagClassName
{
color: #C8C14A;
}
</style>
background-color css
<style>
a { background-color: #C8C14A; }
a { background-color: rgb(200,193,74); }
div.DivClassName
{
background-color: #C8C14A;
}
.BgClassName
{
background-color: #C8C14A;
}
</style>
border-color css
<style>
span { border-color: #C8C14A; }
span { border-color: rgb(200,193,74); }
td.TdClassName
{
border-color: #C8C14A;
}
.TagClassName
{
border-color: #C8C14A;
}
</style>