Shades of Wattle #CBC245
Tints of Wattle #CBC245
RGB
CMYK
RGB Variations
Color information
#CBC245 (or 0xCBC245) is known color: Wattle. HEX triplet: CB, C2 and 45. RGB value is (203,194,69). Sum of RGB (Red+Green+Blue) = 203+194+69=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC245 is #343DBA. Grayscale: #B6B6B6. Windows color (decimal): -3423675 or 4571851. OLE color: 4571851.
HSL color Cylindrical-coordinate representation of color #CBC245: hue angle of 55.97º 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 #CBC245 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 69 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.20 |
| HSL | 55.97º | 0.56% | 0.53% | - |
| HSV(B) | 55.97º | 0.66% | 0.8% | - |
| XYZ | 44.99 | 51.71 | 13.24 | - |
| YUV | 182.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 69 | 0 | 0.04 | 0.66 | 0.20 | 55.97 | 0.56 | 0.53 |
| Hex | CB | C2 | 45 | 0 | 4 | 42 | 14 | 38 | 38 | 35 |
| Octal | 313 | 302 | 105 | 0 | 4 | 102 | 24 | 70 | 70 | 65 |
| Binary | 11001011 | 11000010 | 1000101 | 0 | 100 | 1000010 | 10100 | 111000 | 111000 | 110101 |
Color Harmonies of #CBC245
Complementary color
Monochromatic Colors of #CBC245
Black with #CBC245
Text Example
Text Example
White with #CBC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC245; }
p { color: rgb(203,194,69); }
H1.HeaderClassName
{
color: #CBC245;
}
.AnyTagClassName
{
color: #CBC245;
}
</style>
background-color css
<style>
a { background-color: #CBC245; }
a { background-color: rgb(203,194,69); }
div.DivClassName
{
background-color: #CBC245;
}
.BgClassName
{
background-color: #CBC245;
}
</style>
border-color css
<style>
span { border-color: #CBC245; }
span { border-color: rgb(203,194,69); }
td.TdClassName
{
border-color: #CBC245;
}
.TagClassName
{
border-color: #CBC245;
}
</style>