Shades of Wattle #CBC043
Tints of Wattle #CBC043
RGB
CMYK
RGB Variations
Color information
#CBC043 (or 0xCBC043) is known color: Wattle. HEX triplet: CB, C0 and 43. RGB value is (203,192,67). Sum of RGB (Red+Green+Blue) = 203+192+67=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 67 (26.56% from 255 or 14.50% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC043 is #343FBC. Grayscale: #B5B5B5. Windows color (decimal): -3424189 or 4440267. OLE color: 4440267.
HSL color Cylindrical-coordinate representation of color #CBC043: hue angle of 55.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBC043 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 67 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.20 |
| HSL | 55.15º | 0.57% | 0.53% | - |
| HSV(B) | 55.15º | 0.67% | 0.8% | - |
| XYZ | 44.49 | 50.8 | 12.77 | - |
| YUV | 181.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 67 | 0 | 0.05 | 0.67 | 0.20 | 55.15 | 0.57 | 0.53 |
| Hex | CB | C0 | 43 | 0 | 5 | 43 | 14 | 37 | 39 | 35 |
| Octal | 313 | 300 | 103 | 0 | 5 | 103 | 24 | 67 | 71 | 65 |
| Binary | 11001011 | 11000000 | 1000011 | 0 | 101 | 1000011 | 10100 | 110111 | 111001 | 110101 |
Color Harmonies of #CBC043
Complementary color
Monochromatic Colors of #CBC043
Black with #CBC043
Text Example
Text Example
White with #CBC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC043; }
p { color: rgb(203,192,67); }
H1.HeaderClassName
{
color: #CBC043;
}
.AnyTagClassName
{
color: #CBC043;
}
</style>
background-color css
<style>
a { background-color: #CBC043; }
a { background-color: rgb(203,192,67); }
div.DivClassName
{
background-color: #CBC043;
}
.BgClassName
{
background-color: #CBC043;
}
</style>
border-color css
<style>
span { border-color: #CBC043; }
span { border-color: rgb(203,192,67); }
td.TdClassName
{
border-color: #CBC043;
}
.TagClassName
{
border-color: #CBC043;
}
</style>