Shades of Wattle #CBC235
Tints of Wattle #CBC235
RGB
CMYK
RGB Variations
Color information
#CBC235 (or 0xCBC235) is known color: Wattle. HEX triplet: CB, C2 and 35. RGB value is (203,194,53). Sum of RGB (Red+Green+Blue) = 203+194+53=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC235 is #343DCA. Grayscale: #B5B5B5. Windows color (decimal): -3423691 or 3523275. OLE color: 3523275.
HSL color Cylindrical-coordinate representation of color #CBC235: hue angle of 56.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBC235 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 53 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.20 |
| HSL | 56.4º | 0.59% | 0.5% | - |
| HSV(B) | 56.4º | 0.74% | 0.8% | - |
| XYZ | 44.56 | 51.54 | 10.97 | - |
| YUV | 180.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 53 | 0 | 0.04 | 0.74 | 0.20 | 56.4 | 0.59 | 0.5 |
| Hex | CB | C2 | 35 | 0 | 4 | 4A | 14 | 38 | 3B | 32 |
| Octal | 313 | 302 | 65 | 0 | 4 | 112 | 24 | 70 | 73 | 62 |
| Binary | 11001011 | 11000010 | 110101 | 0 | 100 | 1001010 | 10100 | 111000 | 111011 | 110010 |
Color Harmonies of #CBC235
Complementary color
Monochromatic Colors of #CBC235
Black with #CBC235
Text Example
Text Example
White with #CBC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC235; }
p { color: rgb(203,194,53); }
H1.HeaderClassName
{
color: #CBC235;
}
.AnyTagClassName
{
color: #CBC235;
}
</style>
background-color css
<style>
a { background-color: #CBC235; }
a { background-color: rgb(203,194,53); }
div.DivClassName
{
background-color: #CBC235;
}
.BgClassName
{
background-color: #CBC235;
}
</style>
border-color css
<style>
span { border-color: #CBC235; }
span { border-color: rgb(203,194,53); }
td.TdClassName
{
border-color: #CBC235;
}
.TagClassName
{
border-color: #CBC235;
}
</style>