Shades of Wattle #CBC43C
Tints of Wattle #CBC43C
RGB
CMYK
RGB Variations
Color information
#CBC43C (or 0xCBC43C) is known color: Wattle. HEX triplet: CB, C4 and 3C. RGB value is (203,196,60). Sum of RGB (Red+Green+Blue) = 203+196+60=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC43C is #343BC3. Grayscale: #B7B7B7. Windows color (decimal): -3423172 or 3982539. OLE color: 3982539.
HSL color Cylindrical-coordinate representation of color #CBC43C: hue angle of 57.06º 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 #CBC43C is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 60 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.20 |
| HSL | 57.06º | 0.58% | 0.52% | - |
| HSV(B) | 57.06º | 0.7% | 0.8% | - |
| XYZ | 45.18 | 52.5 | 12.03 | - |
| YUV | 182.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 60 | 0 | 0.03 | 0.70 | 0.20 | 57.06 | 0.58 | 0.52 |
| Hex | CB | C4 | 3C | 0 | 3 | 46 | 14 | 39 | 3A | 34 |
| Octal | 313 | 304 | 74 | 0 | 3 | 106 | 24 | 71 | 72 | 64 |
| Binary | 11001011 | 11000100 | 111100 | 0 | 11 | 1000110 | 10100 | 111001 | 111010 | 110100 |
Color Harmonies of #CBC43C
Complementary color
Monochromatic Colors of #CBC43C
Black with #CBC43C
Text Example
Text Example
White with #CBC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC43C; }
p { color: rgb(203,196,60); }
H1.HeaderClassName
{
color: #CBC43C;
}
.AnyTagClassName
{
color: #CBC43C;
}
</style>
background-color css
<style>
a { background-color: #CBC43C; }
a { background-color: rgb(203,196,60); }
div.DivClassName
{
background-color: #CBC43C;
}
.BgClassName
{
background-color: #CBC43C;
}
</style>
border-color css
<style>
span { border-color: #CBC43C; }
span { border-color: rgb(203,196,60); }
td.TdClassName
{
border-color: #CBC43C;
}
.TagClassName
{
border-color: #CBC43C;
}
</style>