Shades of Wattle #CBC731
Tints of Wattle #CBC731
RGB
CMYK
RGB Variations
Color information
#CBC731 (or 0xCBC731) is known color: Wattle. HEX triplet: CB, C7 and 31. RGB value is (203,199,49). Sum of RGB (Red+Green+Blue) = 203+199+49=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC731 is #3438CE. Grayscale: #B7B7B7. Windows color (decimal): -3422415 or 3262411. OLE color: 3262411.
HSL color Cylindrical-coordinate representation of color #CBC731: hue angle of 58.44º 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 #CBC731 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 49 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.20 |
| HSL | 58.44º | 0.61% | 0.49% | - |
| HSV(B) | 58.44º | 0.76% | 0.8% | - |
| XYZ | 45.61 | 53.77 | 10.88 | - |
| YUV | 183.1 | 52.33 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 49 | 0 | 0.02 | 0.76 | 0.20 | 58.44 | 0.61 | 0.49 |
| Hex | CB | C7 | 31 | 0 | 2 | 4C | 14 | 3A | 3D | 31 |
| Octal | 313 | 307 | 61 | 0 | 2 | 114 | 24 | 72 | 75 | 61 |
| Binary | 11001011 | 11000111 | 110001 | 0 | 10 | 1001100 | 10100 | 111010 | 111101 | 110001 |
Color Harmonies of #CBC731
Complementary color
Monochromatic Colors of #CBC731
Black with #CBC731
Text Example
Text Example
White with #CBC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC731; }
p { color: rgb(203,199,49); }
H1.HeaderClassName
{
color: #CBC731;
}
.AnyTagClassName
{
color: #CBC731;
}
</style>
background-color css
<style>
a { background-color: #CBC731; }
a { background-color: rgb(203,199,49); }
div.DivClassName
{
background-color: #CBC731;
}
.BgClassName
{
background-color: #CBC731;
}
</style>
border-color css
<style>
span { border-color: #CBC731; }
span { border-color: rgb(203,199,49); }
td.TdClassName
{
border-color: #CBC731;
}
.TagClassName
{
border-color: #CBC731;
}
</style>