Shades of Wattle #CBC148
Tints of Wattle #CBC148
RGB
CMYK
RGB Variations
Color information
#CBC148 (or 0xCBC148) is known color: Wattle. HEX triplet: CB, C1 and 48. RGB value is (203,193,72). Sum of RGB (Red+Green+Blue) = 203+193+72=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC148 is #343EB7. Grayscale: #B6B6B6. Windows color (decimal): -3423928 or 4768203. OLE color: 4768203.
HSL color Cylindrical-coordinate representation of color #CBC148: hue angle of 55.42º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBC148 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 72 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.20 |
| HSL | 55.42º | 0.56% | 0.54% | - |
| HSV(B) | 55.42º | 0.65% | 0.8% | - |
| XYZ | 44.87 | 51.3 | 13.67 | - |
| YUV | 182.2 | 65.81 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 72 | 0 | 0.05 | 0.65 | 0.20 | 55.42 | 0.56 | 0.54 |
| Hex | CB | C1 | 48 | 0 | 5 | 41 | 14 | 37 | 38 | 36 |
| Octal | 313 | 301 | 110 | 0 | 5 | 101 | 24 | 67 | 70 | 66 |
| Binary | 11001011 | 11000001 | 1001000 | 0 | 101 | 1000001 | 10100 | 110111 | 111000 | 110110 |
Color Harmonies of #CBC148
Complementary color
Monochromatic Colors of #CBC148
Black with #CBC148
Text Example
Text Example
White with #CBC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC148; }
p { color: rgb(203,193,72); }
H1.HeaderClassName
{
color: #CBC148;
}
.AnyTagClassName
{
color: #CBC148;
}
</style>
background-color css
<style>
a { background-color: #CBC148; }
a { background-color: rgb(203,193,72); }
div.DivClassName
{
background-color: #CBC148;
}
.BgClassName
{
background-color: #CBC148;
}
</style>
border-color css
<style>
span { border-color: #CBC148; }
span { border-color: rgb(203,193,72); }
td.TdClassName
{
border-color: #CBC148;
}
.TagClassName
{
border-color: #CBC148;
}
</style>