Shades of Wattle #C8C34A
Tints of Wattle #C8C34A
RGB
CMYK
RGB Variations
Color information
#C8C34A (or 0xC8C34A) is known color: Wattle. HEX triplet: C8, C3 and 4A. RGB value is (200,195,74). Sum of RGB (Red+Green+Blue) = 200+195+74=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C34A is #373CB5. Grayscale: #B7B7B7. Windows color (decimal): -3620022 or 4899784. OLE color: 4899784.
HSL color Cylindrical-coordinate representation of color #C8C34A: hue angle of 57.62º 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 #C8C34A is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 74 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.22 |
| HSL | 57.62º | 0.53% | 0.54% | - |
| HSV(B) | 57.62º | 0.63% | 0.78% | - |
| XYZ | 44.57 | 51.8 | 14.13 | - |
| YUV | 182.7 | 66.66 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 74 | 0 | 0.02 | 0.63 | 0.22 | 57.62 | 0.53 | 0.54 |
| Hex | C8 | C3 | 4A | 0 | 2 | 3F | 16 | 3A | 35 | 36 |
| Octal | 310 | 303 | 112 | 0 | 2 | 77 | 26 | 72 | 65 | 66 |
| Binary | 11001000 | 11000011 | 1001010 | 0 | 10 | 111111 | 10110 | 111010 | 110101 | 110110 |
Color Harmonies of #C8C34A
Complementary color
Monochromatic Colors of #C8C34A
Black with #C8C34A
Text Example
Text Example
White with #C8C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C34A; }
p { color: rgb(200,195,74); }
H1.HeaderClassName
{
color: #C8C34A;
}
.AnyTagClassName
{
color: #C8C34A;
}
</style>
background-color css
<style>
a { background-color: #C8C34A; }
a { background-color: rgb(200,195,74); }
div.DivClassName
{
background-color: #C8C34A;
}
.BgClassName
{
background-color: #C8C34A;
}
</style>
border-color css
<style>
span { border-color: #C8C34A; }
span { border-color: rgb(200,195,74); }
td.TdClassName
{
border-color: #C8C34A;
}
.TagClassName
{
border-color: #C8C34A;
}
</style>