Shades of Wattle #CBC137
Tints of Wattle #CBC137
RGB
CMYK
RGB Variations
Color information
#CBC137 (or 0xCBC137) is known color: Wattle. HEX triplet: CB, C1 and 37. RGB value is (203,193,55). Sum of RGB (Red+Green+Blue) = 203+193+55=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC137 is #343EC8. Grayscale: #B4B4B4. Windows color (decimal): -3423945 or 3654091. OLE color: 3654091.
HSL color Cylindrical-coordinate representation of color #CBC137: hue angle of 55.95º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBC137 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 55 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.20 |
| HSL | 55.95º | 0.59% | 0.51% | - |
| HSV(B) | 55.95º | 0.73% | 0.8% | - |
| XYZ | 44.39 | 51.11 | 11.14 | - |
| YUV | 180.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 55 | 0 | 0.05 | 0.73 | 0.20 | 55.95 | 0.59 | 0.51 |
| Hex | CB | C1 | 37 | 0 | 5 | 49 | 14 | 38 | 3B | 33 |
| Octal | 313 | 301 | 67 | 0 | 5 | 111 | 24 | 70 | 73 | 63 |
| Binary | 11001011 | 11000001 | 110111 | 0 | 101 | 1001001 | 10100 | 111000 | 111011 | 110011 |
Color Harmonies of #CBC137
Complementary color
Monochromatic Colors of #CBC137
Black with #CBC137
Text Example
Text Example
White with #CBC137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC137; }
p { color: rgb(203,193,55); }
H1.HeaderClassName
{
color: #CBC137;
}
.AnyTagClassName
{
color: #CBC137;
}
</style>
background-color css
<style>
a { background-color: #CBC137; }
a { background-color: rgb(203,193,55); }
div.DivClassName
{
background-color: #CBC137;
}
.BgClassName
{
background-color: #CBC137;
}
</style>
border-color css
<style>
span { border-color: #CBC137; }
span { border-color: rgb(203,193,55); }
td.TdClassName
{
border-color: #CBC137;
}
.TagClassName
{
border-color: #CBC137;
}
</style>