Shades of Wattle #CBC931
Tints of Wattle #CBC931
RGB
CMYK
RGB Variations
Color information
#CBC931 (or 0xCBC931) is known color: Wattle. HEX triplet: CB, C9 and 31. RGB value is (203,201,49). Sum of RGB (Red+Green+Blue) = 203+201+49=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC931 is #3436CE. Grayscale: #B8B8B8. Windows color (decimal): -3421903 or 3262923. OLE color: 3262923.
HSL color Cylindrical-coordinate representation of color #CBC931: hue angle of 59.22º 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 #CBC931 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 49 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.20 |
| HSL | 59.22º | 0.61% | 0.49% | - |
| HSV(B) | 59.22º | 0.76% | 0.8% | - |
| XYZ | 46.07 | 54.69 | 11.03 | - |
| YUV | 184.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 49 | 0 | 0.01 | 0.76 | 0.20 | 59.22 | 0.61 | 0.49 |
| Hex | CB | C9 | 31 | 0 | 1 | 4C | 14 | 3B | 3D | 31 |
| Octal | 313 | 311 | 61 | 0 | 1 | 114 | 24 | 73 | 75 | 61 |
| Binary | 11001011 | 11001001 | 110001 | 0 | 1 | 1001100 | 10100 | 111011 | 111101 | 110001 |
Color Harmonies of #CBC931
Complementary color
Monochromatic Colors of #CBC931
Black with #CBC931
Text Example
Text Example
White with #CBC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC931; }
p { color: rgb(203,201,49); }
H1.HeaderClassName
{
color: #CBC931;
}
.AnyTagClassName
{
color: #CBC931;
}
</style>
background-color css
<style>
a { background-color: #CBC931; }
a { background-color: rgb(203,201,49); }
div.DivClassName
{
background-color: #CBC931;
}
.BgClassName
{
background-color: #CBC931;
}
</style>
border-color css
<style>
span { border-color: #CBC931; }
span { border-color: rgb(203,201,49); }
td.TdClassName
{
border-color: #CBC931;
}
.TagClassName
{
border-color: #CBC931;
}
</style>