Shades of Wattle #CBCD46
Tints of Wattle #CBCD46
RGB
CMYK
RGB Variations
Color information
#CBCD46 (or 0xCBCD46) is known color: Wattle. HEX triplet: CB, CD and 46. RGB value is (203,205,70). Sum of RGB (Red+Green+Blue) = 203+205+70=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCD46 is #3432B9. Grayscale: #BDBDBD. Windows color (decimal): -3420858 or 4640203. OLE color: 4640203.
HSL color Cylindrical-coordinate representation of color #CBCD46: hue angle of 60.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBCD46 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 70 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.20 |
| HSL | 60.89º | 0.57% | 0.54% | - |
| HSV(B) | 60.89º | 0.66% | 0.8% | - |
| XYZ | 47.57 | 56.8 | 14.25 | - |
| YUV | 189.01 | 60.84 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 70 | 0.01 | 0 | 0.66 | 0.20 | 60.89 | 0.57 | 0.54 |
| Hex | CB | CD | 46 | 1 | 0 | 42 | 14 | 3D | 39 | 36 |
| Octal | 313 | 315 | 106 | 1 | 0 | 102 | 24 | 75 | 71 | 66 |
| Binary | 11001011 | 11001101 | 1000110 | 1 | 0 | 1000010 | 10100 | 111101 | 111001 | 110110 |
Color Harmonies of #CBCD46
Complementary color
Monochromatic Colors of #CBCD46
Black with #CBCD46
Text Example
Text Example
White with #CBCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD46; }
p { color: rgb(203,205,70); }
H1.HeaderClassName
{
color: #CBCD46;
}
.AnyTagClassName
{
color: #CBCD46;
}
</style>
background-color css
<style>
a { background-color: #CBCD46; }
a { background-color: rgb(203,205,70); }
div.DivClassName
{
background-color: #CBCD46;
}
.BgClassName
{
background-color: #CBCD46;
}
</style>
border-color css
<style>
span { border-color: #CBCD46; }
span { border-color: rgb(203,205,70); }
td.TdClassName
{
border-color: #CBCD46;
}
.TagClassName
{
border-color: #CBCD46;
}
</style>