Shades of Wattle #CBC531
Tints of Wattle #CBC531
RGB
CMYK
RGB Variations
Color information
#CBC531 (or 0xCBC531) is known color: Wattle. HEX triplet: CB, C5 and 31. RGB value is (203,197,49). Sum of RGB (Red+Green+Blue) = 203+197+49=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC531 is #343ACE. Grayscale: #B6B6B6. Windows color (decimal): -3422927 or 3261899. OLE color: 3261899.
HSL color Cylindrical-coordinate representation of color #CBC531: hue angle of 57.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBC531 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 49 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.20 |
| HSL | 57.66º | 0.61% | 0.49% | - |
| HSV(B) | 57.66º | 0.76% | 0.8% | - |
| XYZ | 45.15 | 52.85 | 10.73 | - |
| YUV | 181.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 49 | 0 | 0.03 | 0.76 | 0.20 | 57.66 | 0.61 | 0.49 |
| Hex | CB | C5 | 31 | 0 | 3 | 4C | 14 | 3A | 3D | 31 |
| Octal | 313 | 305 | 61 | 0 | 3 | 114 | 24 | 72 | 75 | 61 |
| Binary | 11001011 | 11000101 | 110001 | 0 | 11 | 1001100 | 10100 | 111010 | 111101 | 110001 |
Color Harmonies of #CBC531
Complementary color
Monochromatic Colors of #CBC531
Black with #CBC531
Text Example
Text Example
White with #CBC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC531; }
p { color: rgb(203,197,49); }
H1.HeaderClassName
{
color: #CBC531;
}
.AnyTagClassName
{
color: #CBC531;
}
</style>
background-color css
<style>
a { background-color: #CBC531; }
a { background-color: rgb(203,197,49); }
div.DivClassName
{
background-color: #CBC531;
}
.BgClassName
{
background-color: #CBC531;
}
</style>
border-color css
<style>
span { border-color: #CBC531; }
span { border-color: rgb(203,197,49); }
td.TdClassName
{
border-color: #CBC531;
}
.TagClassName
{
border-color: #CBC531;
}
</style>