Shades of Wattle #CBC943
Tints of Wattle #CBC943
RGB
CMYK
RGB Variations
Color information
#CBC943 (or 0xCBC943) is known color: Wattle. HEX triplet: CB, C9 and 43. RGB value is (203,201,67). Sum of RGB (Red+Green+Blue) = 203+201+67=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 67 (26.56% from 255 or 14.23% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC943 is #3436BC. Grayscale: #BABABA. Windows color (decimal): -3421885 or 4442571. OLE color: 4442571.
HSL color Cylindrical-coordinate representation of color #CBC943: hue angle of 59.12º 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 #CBC943 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 67 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.20 |
| HSL | 59.12º | 0.57% | 0.53% | - |
| HSV(B) | 59.12º | 0.67% | 0.8% | - |
| XYZ | 46.53 | 54.88 | 13.45 | - |
| YUV | 186.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 67 | 0 | 0.01 | 0.67 | 0.20 | 59.12 | 0.57 | 0.53 |
| Hex | CB | C9 | 43 | 0 | 1 | 43 | 14 | 3B | 39 | 35 |
| Octal | 313 | 311 | 103 | 0 | 1 | 103 | 24 | 73 | 71 | 65 |
| Binary | 11001011 | 11001001 | 1000011 | 0 | 1 | 1000011 | 10100 | 111011 | 111001 | 110101 |
Color Harmonies of #CBC943
Complementary color
Monochromatic Colors of #CBC943
Black with #CBC943
Text Example
Text Example
White with #CBC943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC943; }
p { color: rgb(203,201,67); }
H1.HeaderClassName
{
color: #CBC943;
}
.AnyTagClassName
{
color: #CBC943;
}
</style>
background-color css
<style>
a { background-color: #CBC943; }
a { background-color: rgb(203,201,67); }
div.DivClassName
{
background-color: #CBC943;
}
.BgClassName
{
background-color: #CBC943;
}
</style>
border-color css
<style>
span { border-color: #CBC943; }
span { border-color: rgb(203,201,67); }
td.TdClassName
{
border-color: #CBC943;
}
.TagClassName
{
border-color: #CBC943;
}
</style>