Shades of Wattle #CBCC44
Tints of Wattle #CBCC44
RGB
CMYK
RGB Variations
Color information
#CBCC44 (or 0xCBCC44) is known color: Wattle. HEX triplet: CB, CC and 44. RGB value is (203,204,68). Sum of RGB (Red+Green+Blue) = 203+204+68=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC44 is #3433BB. Grayscale: #BCBCBC. Windows color (decimal): -3421116 or 4508875. OLE color: 4508875.
HSL color Cylindrical-coordinate representation of color #CBCC44: hue angle of 60.44º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBCC44 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 68 | - |
| CMYK | 0.00 | 0 | 0.67 | 0.2 |
| HSL | 60.44º | 0.57% | 0.53% | - |
| HSV(B) | 60.44º | 0.67% | 0.8% | - |
| XYZ | 47.26 | 56.3 | 13.84 | - |
| YUV | 188.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 68 | 0.00 | 0 | 0.67 | 0.2 | 60.44 | 0.57 | 0.53 |
| Hex | CB | CC | 44 | 0 | 0 | 43 | 14 | 3C | 39 | 35 |
| Octal | 313 | 314 | 104 | 0 | 0 | 103 | 24 | 74 | 71 | 65 |
| Binary | 11001011 | 11001100 | 1000100 | 0 | 0 | 1000011 | 10100 | 111100 | 111001 | 110101 |
Color Harmonies of #CBCC44
Complementary color
Monochromatic Colors of #CBCC44
Black with #CBCC44
Text Example
Text Example
White with #CBCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC44; }
p { color: rgb(203,204,68); }
H1.HeaderClassName
{
color: #CBCC44;
}
.AnyTagClassName
{
color: #CBCC44;
}
</style>
background-color css
<style>
a { background-color: #CBCC44; }
a { background-color: rgb(203,204,68); }
div.DivClassName
{
background-color: #CBCC44;
}
.BgClassName
{
background-color: #CBCC44;
}
</style>
border-color css
<style>
span { border-color: #CBCC44; }
span { border-color: rgb(203,204,68); }
td.TdClassName
{
border-color: #CBCC44;
}
.TagClassName
{
border-color: #CBCC44;
}
</style>