Shades of Wattle #C8CC48
Tints of Wattle #C8CC48
RGB
CMYK
RGB Variations
Color information
#C8CC48 (or 0xC8CC48) is known color: Wattle. HEX triplet: C8, CC and 48. RGB value is (200,204,72). Sum of RGB (Red+Green+Blue) = 200+204+72=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC48 is #3733B7. Grayscale: #BCBCBC. Windows color (decimal): -3617720 or 4771016. OLE color: 4771016.
HSL color Cylindrical-coordinate representation of color #C8CC48: hue angle of 61.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8CC48 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 72 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.2 |
| HSL | 61.82º | 0.56% | 0.54% | - |
| HSV(B) | 61.82º | 0.65% | 0.8% | - |
| XYZ | 46.58 | 55.93 | 14.47 | - |
| YUV | 187.76 | 62.67 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 72 | 0.02 | 0 | 0.65 | 0.2 | 61.82 | 0.56 | 0.54 |
| Hex | C8 | CC | 48 | 2 | 0 | 41 | 14 | 3E | 38 | 36 |
| Octal | 310 | 314 | 110 | 2 | 0 | 101 | 24 | 76 | 70 | 66 |
| Binary | 11001000 | 11001100 | 1001000 | 10 | 0 | 1000001 | 10100 | 111110 | 111000 | 110110 |
Color Harmonies of #C8CC48
Complementary color
Monochromatic Colors of #C8CC48
Black with #C8CC48
Text Example
Text Example
White with #C8CC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC48; }
p { color: rgb(200,204,72); }
H1.HeaderClassName
{
color: #C8CC48;
}
.AnyTagClassName
{
color: #C8CC48;
}
</style>
background-color css
<style>
a { background-color: #C8CC48; }
a { background-color: rgb(200,204,72); }
div.DivClassName
{
background-color: #C8CC48;
}
.BgClassName
{
background-color: #C8CC48;
}
</style>
border-color css
<style>
span { border-color: #C8CC48; }
span { border-color: rgb(200,204,72); }
td.TdClassName
{
border-color: #C8CC48;
}
.TagClassName
{
border-color: #C8CC48;
}
</style>