Shades of Wattle #C8CD44
Tints of Wattle #C8CD44
RGB
CMYK
RGB Variations
Color information
#C8CD44 (or 0xC8CD44) is known color: Wattle. HEX triplet: C8, CD and 44. RGB value is (200,205,68). Sum of RGB (Red+Green+Blue) = 200+205+68=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CD44 is #3732BB. Grayscale: #BCBCBC. Windows color (decimal): -3617468 or 4509128. OLE color: 4509128.
HSL color Cylindrical-coordinate representation of color #C8CD44: hue angle of 62.19º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8CD44 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 68 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.20 |
| HSL | 62.19º | 0.58% | 0.54% | - |
| HSV(B) | 62.19º | 0.67% | 0.8% | - |
| XYZ | 46.69 | 56.36 | 13.89 | - |
| YUV | 187.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 68 | 0.02 | 0 | 0.67 | 0.20 | 62.19 | 0.58 | 0.54 |
| Hex | C8 | CD | 44 | 2 | 0 | 43 | 14 | 3E | 3A | 36 |
| Octal | 310 | 315 | 104 | 2 | 0 | 103 | 24 | 76 | 72 | 66 |
| Binary | 11001000 | 11001101 | 1000100 | 10 | 0 | 1000011 | 10100 | 111110 | 111010 | 110110 |
Color Harmonies of #C8CD44
Complementary color
Monochromatic Colors of #C8CD44
Black with #C8CD44
Text Example
Text Example
White with #C8CD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD44; }
p { color: rgb(200,205,68); }
H1.HeaderClassName
{
color: #C8CD44;
}
.AnyTagClassName
{
color: #C8CD44;
}
</style>
background-color css
<style>
a { background-color: #C8CD44; }
a { background-color: rgb(200,205,68); }
div.DivClassName
{
background-color: #C8CD44;
}
.BgClassName
{
background-color: #C8CD44;
}
</style>
border-color css
<style>
span { border-color: #C8CD44; }
span { border-color: rgb(200,205,68); }
td.TdClassName
{
border-color: #C8CD44;
}
.TagClassName
{
border-color: #C8CD44;
}
</style>