Shades of Wattle #CBC33C
Tints of Wattle #CBC33C
RGB
CMYK
RGB Variations
Color information
#CBC33C (or 0xCBC33C) is known color: Wattle. HEX triplet: CB, C3 and 3C. RGB value is (203,195,60). Sum of RGB (Red+Green+Blue) = 203+195+60=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC33C is #343CC3. Grayscale: #B6B6B6. Windows color (decimal): -3423428 or 3982283. OLE color: 3982283.
HSL color Cylindrical-coordinate representation of color #CBC33C: hue angle of 56.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBC33C is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 60 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.20 |
| HSL | 56.64º | 0.58% | 0.52% | - |
| HSV(B) | 56.64º | 0.7% | 0.8% | - |
| XYZ | 44.96 | 52.05 | 11.95 | - |
| YUV | 182 | 59.15 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 60 | 0 | 0.04 | 0.70 | 0.20 | 56.64 | 0.58 | 0.52 |
| Hex | CB | C3 | 3C | 0 | 4 | 46 | 14 | 39 | 3A | 34 |
| Octal | 313 | 303 | 74 | 0 | 4 | 106 | 24 | 71 | 72 | 64 |
| Binary | 11001011 | 11000011 | 111100 | 0 | 100 | 1000110 | 10100 | 111001 | 111010 | 110100 |
Color Harmonies of #CBC33C
Complementary color
Monochromatic Colors of #CBC33C
Black with #CBC33C
Text Example
Text Example
White with #CBC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC33C; }
p { color: rgb(203,195,60); }
H1.HeaderClassName
{
color: #CBC33C;
}
.AnyTagClassName
{
color: #CBC33C;
}
</style>
background-color css
<style>
a { background-color: #CBC33C; }
a { background-color: rgb(203,195,60); }
div.DivClassName
{
background-color: #CBC33C;
}
.BgClassName
{
background-color: #CBC33C;
}
</style>
border-color css
<style>
span { border-color: #CBC33C; }
span { border-color: rgb(203,195,60); }
td.TdClassName
{
border-color: #CBC33C;
}
.TagClassName
{
border-color: #CBC33C;
}
</style>