Shades of Wattle #CBCD49
Tints of Wattle #CBCD49
RGB
CMYK
RGB Variations
Color information
#CBCD49 (or 0xCBCD49) is known color: Wattle. HEX triplet: CB, CD and 49. RGB value is (203,205,73). Sum of RGB (Red+Green+Blue) = 203+205+73=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCD49 is #3432B6. Grayscale: #BDBDBD. Windows color (decimal): -3420855 or 4836811. OLE color: 4836811.
HSL color Cylindrical-coordinate representation of color #CBCD49: hue angle of 60.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBCD49 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 73 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.20 |
| HSL | 60.91º | 0.57% | 0.55% | - |
| HSV(B) | 60.91º | 0.64% | 0.8% | - |
| XYZ | 47.66 | 56.84 | 14.76 | - |
| YUV | 189.35 | 62.34 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 73 | 0.01 | 0 | 0.64 | 0.20 | 60.91 | 0.57 | 0.55 |
| Hex | CB | CD | 49 | 1 | 0 | 40 | 14 | 3D | 39 | 37 |
| Octal | 313 | 315 | 111 | 1 | 0 | 100 | 24 | 75 | 71 | 67 |
| Binary | 11001011 | 11001101 | 1001001 | 1 | 0 | 1000000 | 10100 | 111101 | 111001 | 110111 |
Color Harmonies of #CBCD49
Complementary color
Monochromatic Colors of #CBCD49
Black with #CBCD49
Text Example
Text Example
White with #CBCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD49; }
p { color: rgb(203,205,73); }
H1.HeaderClassName
{
color: #CBCD49;
}
.AnyTagClassName
{
color: #CBCD49;
}
</style>
background-color css
<style>
a { background-color: #CBCD49; }
a { background-color: rgb(203,205,73); }
div.DivClassName
{
background-color: #CBCD49;
}
.BgClassName
{
background-color: #CBCD49;
}
</style>
border-color css
<style>
span { border-color: #CBCD49; }
span { border-color: rgb(203,205,73); }
td.TdClassName
{
border-color: #CBCD49;
}
.TagClassName
{
border-color: #CBCD49;
}
</style>