Shades of Wattle #CBC836
Tints of Wattle #CBC836
RGB
CMYK
RGB Variations
Color information
#CBC836 (or 0xCBC836) is known color: Wattle. HEX triplet: CB, C8 and 36. RGB value is (203,200,54). Sum of RGB (Red+Green+Blue) = 203+200+54=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC836 is #3437C9. Grayscale: #B8B8B8. Windows color (decimal): -3422154 or 3590347. OLE color: 3590347.
HSL color Cylindrical-coordinate representation of color #CBC836: hue angle of 58.79º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBC836 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 54 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.20 |
| HSL | 58.79º | 0.59% | 0.5% | - |
| HSV(B) | 58.79º | 0.73% | 0.8% | - |
| XYZ | 45.95 | 54.27 | 11.54 | - |
| YUV | 184.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 54 | 0 | 0.01 | 0.73 | 0.20 | 58.79 | 0.59 | 0.5 |
| Hex | CB | C8 | 36 | 0 | 1 | 49 | 14 | 3B | 3B | 32 |
| Octal | 313 | 310 | 66 | 0 | 1 | 111 | 24 | 73 | 73 | 62 |
| Binary | 11001011 | 11001000 | 110110 | 0 | 1 | 1001001 | 10100 | 111011 | 111011 | 110010 |
Color Harmonies of #CBC836
Complementary color
Monochromatic Colors of #CBC836
Black with #CBC836
Text Example
Text Example
White with #CBC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC836; }
p { color: rgb(203,200,54); }
H1.HeaderClassName
{
color: #CBC836;
}
.AnyTagClassName
{
color: #CBC836;
}
</style>
background-color css
<style>
a { background-color: #CBC836; }
a { background-color: rgb(203,200,54); }
div.DivClassName
{
background-color: #CBC836;
}
.BgClassName
{
background-color: #CBC836;
}
</style>
border-color css
<style>
span { border-color: #CBC836; }
span { border-color: rgb(203,200,54); }
td.TdClassName
{
border-color: #CBC836;
}
.TagClassName
{
border-color: #CBC836;
}
</style>