Shades of Wattle #C8CC45
Tints of Wattle #C8CC45
RGB
CMYK
RGB Variations
Color information
#C8CC45 (or 0xC8CC45) is known color: Wattle. HEX triplet: C8, CC and 45. RGB value is (200,204,69). Sum of RGB (Red+Green+Blue) = 200+204+69=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC45 is #3733BA. Grayscale: #BBBBBB. Windows color (decimal): -3617723 or 4574408. OLE color: 4574408.
HSL color Cylindrical-coordinate representation of color #C8CC45: hue angle of 61.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8CC45 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 69 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.2 |
| HSL | 61.78º | 0.57% | 0.54% | - |
| HSV(B) | 61.78º | 0.66% | 0.8% | - |
| XYZ | 46.49 | 55.89 | 13.97 | - |
| YUV | 187.41 | 61.17 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 69 | 0.02 | 0 | 0.66 | 0.2 | 61.78 | 0.57 | 0.54 |
| Hex | C8 | CC | 45 | 2 | 0 | 42 | 14 | 3E | 39 | 36 |
| Octal | 310 | 314 | 105 | 2 | 0 | 102 | 24 | 76 | 71 | 66 |
| Binary | 11001000 | 11001100 | 1000101 | 10 | 0 | 1000010 | 10100 | 111110 | 111001 | 110110 |
Color Harmonies of #C8CC45
Complementary color
Monochromatic Colors of #C8CC45
Black with #C8CC45
Text Example
Text Example
White with #C8CC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC45; }
p { color: rgb(200,204,69); }
H1.HeaderClassName
{
color: #C8CC45;
}
.AnyTagClassName
{
color: #C8CC45;
}
</style>
background-color css
<style>
a { background-color: #C8CC45; }
a { background-color: rgb(200,204,69); }
div.DivClassName
{
background-color: #C8CC45;
}
.BgClassName
{
background-color: #C8CC45;
}
</style>
border-color css
<style>
span { border-color: #C8CC45; }
span { border-color: rgb(200,204,69); }
td.TdClassName
{
border-color: #C8CC45;
}
.TagClassName
{
border-color: #C8CC45;
}
</style>