Shades of Wattle #C8C248
Tints of Wattle #C8C248
RGB
CMYK
RGB Variations
Color information
#C8C248 (or 0xC8C248) is known color: Wattle. HEX triplet: C8, C2 and 48. RGB value is (200,194,72). Sum of RGB (Red+Green+Blue) = 200+194+72=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C248 is #373DB7. Grayscale: #B6B6B6. Windows color (decimal): -3620280 or 4768456. OLE color: 4768456.
HSL color Cylindrical-coordinate representation of color #C8C248: hue angle of 57.19º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8C248 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 72 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.22 |
| HSL | 57.19º | 0.54% | 0.53% | - |
| HSV(B) | 57.19º | 0.64% | 0.78% | - |
| XYZ | 44.28 | 51.33 | 13.7 | - |
| YUV | 181.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 72 | 0 | 0.03 | 0.64 | 0.22 | 57.19 | 0.54 | 0.53 |
| Hex | C8 | C2 | 48 | 0 | 3 | 40 | 16 | 39 | 36 | 35 |
| Octal | 310 | 302 | 110 | 0 | 3 | 100 | 26 | 71 | 66 | 65 |
| Binary | 11001000 | 11000010 | 1001000 | 0 | 11 | 1000000 | 10110 | 111001 | 110110 | 110101 |
Color Harmonies of #C8C248
Complementary color
Monochromatic Colors of #C8C248
Black with #C8C248
Text Example
Text Example
White with #C8C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C248; }
p { color: rgb(200,194,72); }
H1.HeaderClassName
{
color: #C8C248;
}
.AnyTagClassName
{
color: #C8C248;
}
</style>
background-color css
<style>
a { background-color: #C8C248; }
a { background-color: rgb(200,194,72); }
div.DivClassName
{
background-color: #C8C248;
}
.BgClassName
{
background-color: #C8C248;
}
</style>
border-color css
<style>
span { border-color: #C8C248; }
span { border-color: rgb(200,194,72); }
td.TdClassName
{
border-color: #C8C248;
}
.TagClassName
{
border-color: #C8C248;
}
</style>