Shades of Wattle #CBC932
Tints of Wattle #CBC932
RGB
CMYK
RGB Variations
Color information
#CBC932 (or 0xCBC932) is known color: Wattle. HEX triplet: CB, C9 and 32. RGB value is (203,201,50). Sum of RGB (Red+Green+Blue) = 203+201+50=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC932 is #3436CD. Grayscale: #B8B8B8. Windows color (decimal): -3421902 or 3328459. OLE color: 3328459.
HSL color Cylindrical-coordinate representation of color #CBC932: hue angle of 59.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBC932 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 50 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.20 |
| HSL | 59.22º | 0.6% | 0.5% | - |
| HSV(B) | 59.22º | 0.75% | 0.8% | - |
| XYZ | 46.09 | 54.7 | 11.15 | - |
| YUV | 184.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 50 | 0 | 0.01 | 0.75 | 0.20 | 59.22 | 0.6 | 0.5 |
| Hex | CB | C9 | 32 | 0 | 1 | 4B | 14 | 3B | 3C | 32 |
| Octal | 313 | 311 | 62 | 0 | 1 | 113 | 24 | 73 | 74 | 62 |
| Binary | 11001011 | 11001001 | 110010 | 0 | 1 | 1001011 | 10100 | 111011 | 111100 | 110010 |
Color Harmonies of #CBC932
Complementary color
Monochromatic Colors of #CBC932
Black with #CBC932
Text Example
Text Example
White with #CBC932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC932; }
p { color: rgb(203,201,50); }
H1.HeaderClassName
{
color: #CBC932;
}
.AnyTagClassName
{
color: #CBC932;
}
</style>
background-color css
<style>
a { background-color: #CBC932; }
a { background-color: rgb(203,201,50); }
div.DivClassName
{
background-color: #CBC932;
}
.BgClassName
{
background-color: #CBC932;
}
</style>
border-color css
<style>
span { border-color: #CBC932; }
span { border-color: rgb(203,201,50); }
td.TdClassName
{
border-color: #CBC932;
}
.TagClassName
{
border-color: #CBC932;
}
</style>