Shades of Wattle #CBC14C
Tints of Wattle #CBC14C
RGB
CMYK
RGB Variations
Color information
#CBC14C (or 0xCBC14C) is known color: Wattle. HEX triplet: CB, C1 and 4C. RGB value is (203,193,76). Sum of RGB (Red+Green+Blue) = 203+193+76=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC14C is #343EB3. Grayscale: #B7B7B7. Windows color (decimal): -3423924 or 5030347. OLE color: 5030347.
HSL color Cylindrical-coordinate representation of color #CBC14C: hue angle of 55.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBC14C is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 76 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.20 |
| HSL | 55.28º | 0.55% | 0.55% | - |
| HSV(B) | 55.28º | 0.63% | 0.8% | - |
| XYZ | 45 | 51.36 | 14.38 | - |
| YUV | 182.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 76 | 0 | 0.05 | 0.63 | 0.20 | 55.28 | 0.55 | 0.55 |
| Hex | CB | C1 | 4C | 0 | 5 | 3F | 14 | 37 | 37 | 37 |
| Octal | 313 | 301 | 114 | 0 | 5 | 77 | 24 | 67 | 67 | 67 |
| Binary | 11001011 | 11000001 | 1001100 | 0 | 101 | 111111 | 10100 | 110111 | 110111 | 110111 |
Color Harmonies of #CBC14C
Complementary color
Monochromatic Colors of #CBC14C
Black with #CBC14C
Text Example
Text Example
White with #CBC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC14C; }
p { color: rgb(203,193,76); }
H1.HeaderClassName
{
color: #CBC14C;
}
.AnyTagClassName
{
color: #CBC14C;
}
</style>
background-color css
<style>
a { background-color: #CBC14C; }
a { background-color: rgb(203,193,76); }
div.DivClassName
{
background-color: #CBC14C;
}
.BgClassName
{
background-color: #CBC14C;
}
</style>
border-color css
<style>
span { border-color: #CBC14C; }
span { border-color: rgb(203,193,76); }
td.TdClassName
{
border-color: #CBC14C;
}
.TagClassName
{
border-color: #CBC14C;
}
</style>