Shades of Wattle #C8CD49
Tints of Wattle #C8CD49
RGB
CMYK
RGB Variations
Color information
#C8CD49 (or 0xC8CD49) is known color: Wattle. HEX triplet: C8, CD and 49. RGB value is (200,205,73). Sum of RGB (Red+Green+Blue) = 200+205+73=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CD49 is #3732B6. Grayscale: #BCBCBC. Windows color (decimal): -3617463 or 4836808. OLE color: 4836808.
HSL color Cylindrical-coordinate representation of color #C8CD49: hue angle of 62.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8CD49 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 73 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.20 |
| HSL | 62.27º | 0.57% | 0.55% | - |
| HSV(B) | 62.27º | 0.64% | 0.8% | - |
| XYZ | 46.85 | 56.42 | 14.72 | - |
| YUV | 188.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 73 | 0.02 | 0 | 0.64 | 0.20 | 62.27 | 0.57 | 0.55 |
| Hex | C8 | CD | 49 | 2 | 0 | 40 | 14 | 3E | 39 | 37 |
| Octal | 310 | 315 | 111 | 2 | 0 | 100 | 24 | 76 | 71 | 67 |
| Binary | 11001000 | 11001101 | 1001001 | 10 | 0 | 1000000 | 10100 | 111110 | 111001 | 110111 |
Color Harmonies of #C8CD49
Complementary color
Monochromatic Colors of #C8CD49
Black with #C8CD49
Text Example
Text Example
White with #C8CD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD49; }
p { color: rgb(200,205,73); }
H1.HeaderClassName
{
color: #C8CD49;
}
.AnyTagClassName
{
color: #C8CD49;
}
</style>
background-color css
<style>
a { background-color: #C8CD49; }
a { background-color: rgb(200,205,73); }
div.DivClassName
{
background-color: #C8CD49;
}
.BgClassName
{
background-color: #C8CD49;
}
</style>
border-color css
<style>
span { border-color: #C8CD49; }
span { border-color: rgb(200,205,73); }
td.TdClassName
{
border-color: #C8CD49;
}
.TagClassName
{
border-color: #C8CD49;
}
</style>