Shades of Wattle #CBCC3C
Tints of Wattle #CBCC3C
RGB
CMYK
RGB Variations
Color information
#CBCC3C (or 0xCBCC3C) is known color: Wattle. HEX triplet: CB, CC and 3C. RGB value is (203,204,60). Sum of RGB (Red+Green+Blue) = 203+204+60=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC3C is #3433C3. Grayscale: #BBBBBB. Windows color (decimal): -3421124 or 3984587. OLE color: 3984587.
HSL color Cylindrical-coordinate representation of color #CBCC3C: hue angle of 60.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBCC3C is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 60 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.2 |
| HSL | 60.42º | 0.59% | 0.52% | - |
| HSV(B) | 60.42º | 0.71% | 0.8% | - |
| XYZ | 47.04 | 56.21 | 12.65 | - |
| YUV | 187.29 | 56.17 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 60 | 0.00 | 0 | 0.71 | 0.2 | 60.42 | 0.59 | 0.52 |
| Hex | CB | CC | 3C | 0 | 0 | 47 | 14 | 3C | 3B | 34 |
| Octal | 313 | 314 | 74 | 0 | 0 | 107 | 24 | 74 | 73 | 64 |
| Binary | 11001011 | 11001100 | 111100 | 0 | 0 | 1000111 | 10100 | 111100 | 111011 | 110100 |
Color Harmonies of #CBCC3C
Complementary color
Monochromatic Colors of #CBCC3C
Black with #CBCC3C
Text Example
Text Example
White with #CBCC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC3C; }
p { color: rgb(203,204,60); }
H1.HeaderClassName
{
color: #CBCC3C;
}
.AnyTagClassName
{
color: #CBCC3C;
}
</style>
background-color css
<style>
a { background-color: #CBCC3C; }
a { background-color: rgb(203,204,60); }
div.DivClassName
{
background-color: #CBCC3C;
}
.BgClassName
{
background-color: #CBCC3C;
}
</style>
border-color css
<style>
span { border-color: #CBCC3C; }
span { border-color: rgb(203,204,60); }
td.TdClassName
{
border-color: #CBCC3C;
}
.TagClassName
{
border-color: #CBCC3C;
}
</style>