Shades of Wattle #CBC732
Tints of Wattle #CBC732
RGB
CMYK
RGB Variations
Color information
#CBC732 (or 0xCBC732) is known color: Wattle. HEX triplet: CB, C7 and 32. RGB value is (203,199,50). Sum of RGB (Red+Green+Blue) = 203+199+50=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC732 is #3438CD. Grayscale: #B7B7B7. Windows color (decimal): -3422414 or 3327947. OLE color: 3327947.
HSL color Cylindrical-coordinate representation of color #CBC732: hue angle of 58.43º 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 #CBC732 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 50 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.20 |
| HSL | 58.43º | 0.6% | 0.5% | - |
| HSV(B) | 58.43º | 0.75% | 0.8% | - |
| XYZ | 45.63 | 53.77 | 10.99 | - |
| YUV | 183.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 50 | 0 | 0.02 | 0.75 | 0.20 | 58.43 | 0.6 | 0.5 |
| Hex | CB | C7 | 32 | 0 | 2 | 4B | 14 | 3A | 3C | 32 |
| Octal | 313 | 307 | 62 | 0 | 2 | 113 | 24 | 72 | 74 | 62 |
| Binary | 11001011 | 11000111 | 110010 | 0 | 10 | 1001011 | 10100 | 111010 | 111100 | 110010 |
Color Harmonies of #CBC732
Complementary color
Monochromatic Colors of #CBC732
Black with #CBC732
Text Example
Text Example
White with #CBC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC732; }
p { color: rgb(203,199,50); }
H1.HeaderClassName
{
color: #CBC732;
}
.AnyTagClassName
{
color: #CBC732;
}
</style>
background-color css
<style>
a { background-color: #CBC732; }
a { background-color: rgb(203,199,50); }
div.DivClassName
{
background-color: #CBC732;
}
.BgClassName
{
background-color: #CBC732;
}
</style>
border-color css
<style>
span { border-color: #CBC732; }
span { border-color: rgb(203,199,50); }
td.TdClassName
{
border-color: #CBC732;
}
.TagClassName
{
border-color: #CBC732;
}
</style>