Shades of Wattle #C9CC45
Tints of Wattle #C9CC45
RGB
CMYK
RGB Variations
Color information
#C9CC45 (or 0xC9CC45) is known color: Wattle. HEX triplet: C9, CC and 45. RGB value is (201,204,69). Sum of RGB (Red+Green+Blue) = 201+204+69=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC45 is #3633BA. Grayscale: #BCBCBC. Windows color (decimal): -3552187 or 4574409. OLE color: 4574409.
HSL color Cylindrical-coordinate representation of color #C9CC45: hue angle of 61.33º 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 #C9CC45 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 69 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.2 |
| HSL | 61.33º | 0.57% | 0.54% | - |
| HSV(B) | 61.33º | 0.66% | 0.8% | - |
| XYZ | 46.75 | 56.03 | 13.98 | - |
| YUV | 187.71 | 61.01 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 69 | 0.01 | 0 | 0.66 | 0.2 | 61.33 | 0.57 | 0.54 |
| Hex | C9 | CC | 45 | 1 | 0 | 42 | 14 | 3D | 39 | 36 |
| Octal | 311 | 314 | 105 | 1 | 0 | 102 | 24 | 75 | 71 | 66 |
| Binary | 11001001 | 11001100 | 1000101 | 1 | 0 | 1000010 | 10100 | 111101 | 111001 | 110110 |
Color Harmonies of #C9CC45
Complementary color
Monochromatic Colors of #C9CC45
Black with #C9CC45
Text Example
Text Example
White with #C9CC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC45; }
p { color: rgb(201,204,69); }
H1.HeaderClassName
{
color: #C9CC45;
}
.AnyTagClassName
{
color: #C9CC45;
}
</style>
background-color css
<style>
a { background-color: #C9CC45; }
a { background-color: rgb(201,204,69); }
div.DivClassName
{
background-color: #C9CC45;
}
.BgClassName
{
background-color: #C9CC45;
}
</style>
border-color css
<style>
span { border-color: #C9CC45; }
span { border-color: rgb(201,204,69); }
td.TdClassName
{
border-color: #C9CC45;
}
.TagClassName
{
border-color: #C9CC45;
}
</style>