Shades of Wattle #C8CB49
Tints of Wattle #C8CB49
RGB
CMYK
RGB Variations
Color information
#C8CB49 (or 0xC8CB49) is known color: Wattle. HEX triplet: C8, CB and 49. RGB value is (200,203,73). Sum of RGB (Red+Green+Blue) = 200+203+73=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CB49 is #3734B6. Grayscale: #BBBBBB. Windows color (decimal): -3617975 or 4836296. OLE color: 4836296.
HSL color Cylindrical-coordinate representation of color #C8CB49: hue angle of 61.38º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8CB49 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 73 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.20 |
| HSL | 61.38º | 0.56% | 0.54% | - |
| HSV(B) | 61.38º | 0.64% | 0.8% | - |
| XYZ | 46.38 | 55.47 | 14.57 | - |
| YUV | 187.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 73 | 0.01 | 0 | 0.64 | 0.20 | 61.38 | 0.56 | 0.54 |
| Hex | C8 | CB | 49 | 1 | 0 | 40 | 14 | 3D | 38 | 36 |
| Octal | 310 | 313 | 111 | 1 | 0 | 100 | 24 | 75 | 70 | 66 |
| Binary | 11001000 | 11001011 | 1001001 | 1 | 0 | 1000000 | 10100 | 111101 | 111000 | 110110 |
Color Harmonies of #C8CB49
Complementary color
Monochromatic Colors of #C8CB49
Black with #C8CB49
Text Example
Text Example
White with #C8CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CB49; }
p { color: rgb(200,203,73); }
H1.HeaderClassName
{
color: #C8CB49;
}
.AnyTagClassName
{
color: #C8CB49;
}
</style>
background-color css
<style>
a { background-color: #C8CB49; }
a { background-color: rgb(200,203,73); }
div.DivClassName
{
background-color: #C8CB49;
}
.BgClassName
{
background-color: #C8CB49;
}
</style>
border-color css
<style>
span { border-color: #C8CB49; }
span { border-color: rgb(200,203,73); }
td.TdClassName
{
border-color: #C8CB49;
}
.TagClassName
{
border-color: #C8CB49;
}
</style>