Shades of Wattle #C8C448
Tints of Wattle #C8C448
RGB
CMYK
RGB Variations
Color information
#C8C448 (or 0xC8C448) is known color: Wattle. HEX triplet: C8, C4 and 48. RGB value is (200,196,72). Sum of RGB (Red+Green+Blue) = 200+196+72=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C448 is #373BB7. Grayscale: #B7B7B7. Windows color (decimal): -3619768 or 4768968. OLE color: 4768968.
HSL color Cylindrical-coordinate representation of color #C8C448: hue angle of 58.12º 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 #C8C448 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 72 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.22 |
| HSL | 58.13º | 0.54% | 0.53% | - |
| HSV(B) | 58.13º | 0.64% | 0.78% | - |
| XYZ | 44.73 | 52.23 | 13.85 | - |
| YUV | 183.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 72 | 0 | 0.02 | 0.64 | 0.22 | 58.13 | 0.54 | 0.53 |
| Hex | C8 | C4 | 48 | 0 | 2 | 40 | 16 | 3A | 36 | 35 |
| Octal | 310 | 304 | 110 | 0 | 2 | 100 | 26 | 72 | 66 | 65 |
| Binary | 11001000 | 11000100 | 1001000 | 0 | 10 | 1000000 | 10110 | 111010 | 110110 | 110101 |
Color Harmonies of #C8C448
Complementary color
Monochromatic Colors of #C8C448
Black with #C8C448
Text Example
Text Example
White with #C8C448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C448; }
p { color: rgb(200,196,72); }
H1.HeaderClassName
{
color: #C8C448;
}
.AnyTagClassName
{
color: #C8C448;
}
</style>
background-color css
<style>
a { background-color: #C8C448; }
a { background-color: rgb(200,196,72); }
div.DivClassName
{
background-color: #C8C448;
}
.BgClassName
{
background-color: #C8C448;
}
</style>
border-color css
<style>
span { border-color: #C8C448; }
span { border-color: rgb(200,196,72); }
td.TdClassName
{
border-color: #C8C448;
}
.TagClassName
{
border-color: #C8C448;
}
</style>