Shades of Wattle #CBC232
Tints of Wattle #CBC232
RGB
CMYK
RGB Variations
Color information
#CBC232 (or 0xCBC232) is known color: Wattle. HEX triplet: CB, C2 and 32. RGB value is (203,194,50). Sum of RGB (Red+Green+Blue) = 203+194+50=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC232 is #343DCD. Grayscale: #B4B4B4. Windows color (decimal): -3423694 or 3326667. OLE color: 3326667.
HSL color Cylindrical-coordinate representation of color #CBC232: hue angle of 56.47º 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 #CBC232 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 50 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.20 |
| HSL | 56.47º | 0.6% | 0.5% | - |
| HSV(B) | 56.47º | 0.75% | 0.8% | - |
| XYZ | 44.5 | 51.51 | 10.61 | - |
| YUV | 180.28 | 54.48 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 50 | 0 | 0.04 | 0.75 | 0.20 | 56.47 | 0.6 | 0.5 |
| Hex | CB | C2 | 32 | 0 | 4 | 4B | 14 | 38 | 3C | 32 |
| Octal | 313 | 302 | 62 | 0 | 4 | 113 | 24 | 70 | 74 | 62 |
| Binary | 11001011 | 11000010 | 110010 | 0 | 100 | 1001011 | 10100 | 111000 | 111100 | 110010 |
Color Harmonies of #CBC232
Complementary color
Monochromatic Colors of #CBC232
Black with #CBC232
Text Example
Text Example
White with #CBC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC232; }
p { color: rgb(203,194,50); }
H1.HeaderClassName
{
color: #CBC232;
}
.AnyTagClassName
{
color: #CBC232;
}
</style>
background-color css
<style>
a { background-color: #CBC232; }
a { background-color: rgb(203,194,50); }
div.DivClassName
{
background-color: #CBC232;
}
.BgClassName
{
background-color: #CBC232;
}
</style>
border-color css
<style>
span { border-color: #CBC232; }
span { border-color: rgb(203,194,50); }
td.TdClassName
{
border-color: #CBC232;
}
.TagClassName
{
border-color: #CBC232;
}
</style>