Shades of Wattle #CBC045
Tints of Wattle #CBC045
RGB
CMYK
RGB Variations
Color information
#CBC045 (or 0xCBC045) is known color: Wattle. HEX triplet: CB, C0 and 45. RGB value is (203,192,69). Sum of RGB (Red+Green+Blue) = 203+192+69=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC045 is #343FBA. Grayscale: #B5B5B5. Windows color (decimal): -3424187 or 4571339. OLE color: 4571339.
HSL color Cylindrical-coordinate representation of color #CBC045: hue angle of 55.07º 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 #CBC045 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 69 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.20 |
| HSL | 55.07º | 0.56% | 0.53% | - |
| HSV(B) | 55.07º | 0.66% | 0.8% | - |
| XYZ | 44.55 | 50.83 | 13.09 | - |
| YUV | 181.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 69 | 0 | 0.05 | 0.66 | 0.20 | 55.07 | 0.56 | 0.53 |
| Hex | CB | C0 | 45 | 0 | 5 | 42 | 14 | 37 | 38 | 35 |
| Octal | 313 | 300 | 105 | 0 | 5 | 102 | 24 | 67 | 70 | 65 |
| Binary | 11001011 | 11000000 | 1000101 | 0 | 101 | 1000010 | 10100 | 110111 | 111000 | 110101 |
Color Harmonies of #CBC045
Complementary color
Monochromatic Colors of #CBC045
Black with #CBC045
Text Example
Text Example
White with #CBC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC045; }
p { color: rgb(203,192,69); }
H1.HeaderClassName
{
color: #CBC045;
}
.AnyTagClassName
{
color: #CBC045;
}
</style>
background-color css
<style>
a { background-color: #CBC045; }
a { background-color: rgb(203,192,69); }
div.DivClassName
{
background-color: #CBC045;
}
.BgClassName
{
background-color: #CBC045;
}
</style>
border-color css
<style>
span { border-color: #CBC045; }
span { border-color: rgb(203,192,69); }
td.TdClassName
{
border-color: #CBC045;
}
.TagClassName
{
border-color: #CBC045;
}
</style>