Shades of Wattle #C7CB48
Tints of Wattle #C7CB48
RGB
CMYK
RGB Variations
Color information
#C7CB48 (or 0xC7CB48) is known color: Wattle. HEX triplet: C7, CB and 48. RGB value is (199,203,72). Sum of RGB (Red+Green+Blue) = 199+203+72=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CB48 is #3834B7. Grayscale: #BBBBBB. Windows color (decimal): -3683512 or 4770759. OLE color: 4770759.
HSL color Cylindrical-coordinate representation of color #C7CB48: hue angle of 61.83º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7CB48 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 72 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.20 |
| HSL | 61.83º | 0.56% | 0.54% | - |
| HSV(B) | 61.83º | 0.65% | 0.8% | - |
| XYZ | 46.08 | 55.32 | 14.38 | - |
| YUV | 186.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 72 | 0.02 | 0 | 0.65 | 0.20 | 61.83 | 0.56 | 0.54 |
| Hex | C7 | CB | 48 | 2 | 0 | 41 | 14 | 3E | 38 | 36 |
| Octal | 307 | 313 | 110 | 2 | 0 | 101 | 24 | 76 | 70 | 66 |
| Binary | 11000111 | 11001011 | 1001000 | 10 | 0 | 1000001 | 10100 | 111110 | 111000 | 110110 |
Color Harmonies of #C7CB48
Complementary color
Monochromatic Colors of #C7CB48
Black with #C7CB48
Text Example
Text Example
White with #C7CB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB48; }
p { color: rgb(199,203,72); }
H1.HeaderClassName
{
color: #C7CB48;
}
.AnyTagClassName
{
color: #C7CB48;
}
</style>
background-color css
<style>
a { background-color: #C7CB48; }
a { background-color: rgb(199,203,72); }
div.DivClassName
{
background-color: #C7CB48;
}
.BgClassName
{
background-color: #C7CB48;
}
</style>
border-color css
<style>
span { border-color: #C7CB48; }
span { border-color: rgb(199,203,72); }
td.TdClassName
{
border-color: #C7CB48;
}
.TagClassName
{
border-color: #C7CB48;
}
</style>