Shades of Wattle #C8C948
Tints of Wattle #C8C948
RGB
CMYK
RGB Variations
Color information
#C8C948 (or 0xC8C948) is known color: Wattle. HEX triplet: C8, C9 and 48. RGB value is (200,201,72). Sum of RGB (Red+Green+Blue) = 200+201+72=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C948 is #3736B7. Grayscale: #BABABA. Windows color (decimal): -3618488 or 4770248. OLE color: 4770248.
HSL color Cylindrical-coordinate representation of color #C8C948: hue angle of 60.47º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8C948 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 201 | 72 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.21 |
| HSL | 60.47º | 0.54% | 0.54% | - |
| HSV(B) | 60.47º | 0.64% | 0.79% | - |
| XYZ | 45.88 | 54.52 | 14.24 | - |
| YUV | 186 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 72 | 0.00 | 0 | 0.64 | 0.21 | 60.47 | 0.54 | 0.54 |
| Hex | C8 | C9 | 48 | 0 | 0 | 40 | 15 | 3C | 36 | 36 |
| Octal | 310 | 311 | 110 | 0 | 0 | 100 | 25 | 74 | 66 | 66 |
| Binary | 11001000 | 11001001 | 1001000 | 0 | 0 | 1000000 | 10101 | 111100 | 110110 | 110110 |
Color Harmonies of #C8C948
Complementary color
Monochromatic Colors of #C8C948
Black with #C8C948
Text Example
Text Example
White with #C8C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C948; }
p { color: rgb(200,201,72); }
H1.HeaderClassName
{
color: #C8C948;
}
.AnyTagClassName
{
color: #C8C948;
}
</style>
background-color css
<style>
a { background-color: #C8C948; }
a { background-color: rgb(200,201,72); }
div.DivClassName
{
background-color: #C8C948;
}
.BgClassName
{
background-color: #C8C948;
}
</style>
border-color css
<style>
span { border-color: #C8C948; }
span { border-color: rgb(200,201,72); }
td.TdClassName
{
border-color: #C8C948;
}
.TagClassName
{
border-color: #C8C948;
}
</style>