Shades of Wattle #CBC049
Tints of Wattle #CBC049
RGB
CMYK
RGB Variations
Color information
#CBC049 (or 0xCBC049) is known color: Wattle. HEX triplet: CB, C0 and 49. RGB value is (203,192,73). Sum of RGB (Red+Green+Blue) = 203+192+73=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC049 is #343FB6. Grayscale: #B6B6B6. Windows color (decimal): -3424183 or 4833483. OLE color: 4833483.
HSL color Cylindrical-coordinate representation of color #CBC049: hue angle of 54.92º 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 #CBC049 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 73 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.20 |
| HSL | 54.92º | 0.56% | 0.54% | - |
| HSV(B) | 54.92º | 0.64% | 0.8% | - |
| XYZ | 44.68 | 50.88 | 13.77 | - |
| YUV | 181.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 73 | 0 | 0.05 | 0.64 | 0.20 | 54.92 | 0.56 | 0.54 |
| Hex | CB | C0 | 49 | 0 | 5 | 40 | 14 | 37 | 38 | 36 |
| Octal | 313 | 300 | 111 | 0 | 5 | 100 | 24 | 67 | 70 | 66 |
| Binary | 11001011 | 11000000 | 1001001 | 0 | 101 | 1000000 | 10100 | 110111 | 111000 | 110110 |
Color Harmonies of #CBC049
Complementary color
Monochromatic Colors of #CBC049
Black with #CBC049
Text Example
Text Example
White with #CBC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC049; }
p { color: rgb(203,192,73); }
H1.HeaderClassName
{
color: #CBC049;
}
.AnyTagClassName
{
color: #CBC049;
}
</style>
background-color css
<style>
a { background-color: #CBC049; }
a { background-color: rgb(203,192,73); }
div.DivClassName
{
background-color: #CBC049;
}
.BgClassName
{
background-color: #CBC049;
}
</style>
border-color css
<style>
span { border-color: #CBC049; }
span { border-color: rgb(203,192,73); }
td.TdClassName
{
border-color: #CBC049;
}
.TagClassName
{
border-color: #CBC049;
}
</style>