Shades of Wattle #CBC145
Tints of Wattle #CBC145
RGB
CMYK
RGB Variations
Color information
#CBC145 (or 0xCBC145) is known color: Wattle. HEX triplet: CB, C1 and 45. RGB value is (203,193,69). Sum of RGB (Red+Green+Blue) = 203+193+69=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC145 is #343EBA. Grayscale: #B6B6B6. Windows color (decimal): -3423931 or 4571595. OLE color: 4571595.
HSL color Cylindrical-coordinate representation of color #CBC145: hue angle of 55.52º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBC145 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 69 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.20 |
| HSL | 55.52º | 0.56% | 0.53% | - |
| HSV(B) | 55.52º | 0.66% | 0.8% | - |
| XYZ | 44.77 | 51.27 | 13.17 | - |
| YUV | 181.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 69 | 0 | 0.05 | 0.66 | 0.20 | 55.52 | 0.56 | 0.53 |
| Hex | CB | C1 | 45 | 0 | 5 | 42 | 14 | 38 | 38 | 35 |
| Octal | 313 | 301 | 105 | 0 | 5 | 102 | 24 | 70 | 70 | 65 |
| Binary | 11001011 | 11000001 | 1000101 | 0 | 101 | 1000010 | 10100 | 111000 | 111000 | 110101 |
Color Harmonies of #CBC145
Complementary color
Monochromatic Colors of #CBC145
Black with #CBC145
Text Example
Text Example
White with #CBC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC145; }
p { color: rgb(203,193,69); }
H1.HeaderClassName
{
color: #CBC145;
}
.AnyTagClassName
{
color: #CBC145;
}
</style>
background-color css
<style>
a { background-color: #CBC145; }
a { background-color: rgb(203,193,69); }
div.DivClassName
{
background-color: #CBC145;
}
.BgClassName
{
background-color: #CBC145;
}
</style>
border-color css
<style>
span { border-color: #CBC145; }
span { border-color: rgb(203,193,69); }
td.TdClassName
{
border-color: #CBC145;
}
.TagClassName
{
border-color: #CBC145;
}
</style>