Shades of Wattle #C8C04B
Tints of Wattle #C8C04B
RGB
CMYK
RGB Variations
Color information
#C8C04B (or 0xC8C04B) is known color: Wattle. HEX triplet: C8, C0 and 4B. RGB value is (200,192,75). Sum of RGB (Red+Green+Blue) = 200+192+75=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C04B is #373FB4. Grayscale: #B5B5B5. Windows color (decimal): -3620789 or 4964552. OLE color: 4964552.
HSL color Cylindrical-coordinate representation of color #C8C04B: hue angle of 56.16º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8C04B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 75 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.22 |
| HSL | 56.16º | 0.53% | 0.54% | - |
| HSV(B) | 56.16º | 0.63% | 0.78% | - |
| XYZ | 43.94 | 50.49 | 14.09 | - |
| YUV | 181.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 75 | 0 | 0.04 | 0.62 | 0.22 | 56.16 | 0.53 | 0.54 |
| Hex | C8 | C0 | 4B | 0 | 4 | 3E | 16 | 38 | 35 | 36 |
| Octal | 310 | 300 | 113 | 0 | 4 | 76 | 26 | 70 | 65 | 66 |
| Binary | 11001000 | 11000000 | 1001011 | 0 | 100 | 111110 | 10110 | 111000 | 110101 | 110110 |
Color Harmonies of #C8C04B
Complementary color
Monochromatic Colors of #C8C04B
Black with #C8C04B
Text Example
Text Example
White with #C8C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C04B; }
p { color: rgb(200,192,75); }
H1.HeaderClassName
{
color: #C8C04B;
}
.AnyTagClassName
{
color: #C8C04B;
}
</style>
background-color css
<style>
a { background-color: #C8C04B; }
a { background-color: rgb(200,192,75); }
div.DivClassName
{
background-color: #C8C04B;
}
.BgClassName
{
background-color: #C8C04B;
}
</style>
border-color css
<style>
span { border-color: #C8C04B; }
span { border-color: rgb(200,192,75); }
td.TdClassName
{
border-color: #C8C04B;
}
.TagClassName
{
border-color: #C8C04B;
}
</style>