Shades of Wattle #CBC948
Tints of Wattle #CBC948
RGB
CMYK
RGB Variations
Color information
#CBC948 (or 0xCBC948) is known color: Wattle. HEX triplet: CB, C9 and 48. RGB value is (203,201,72). Sum of RGB (Red+Green+Blue) = 203+201+72=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC948 is #3436B7. Grayscale: #BBBBBB. Windows color (decimal): -3421880 or 4770251. OLE color: 4770251.
HSL color Cylindrical-coordinate representation of color #CBC948: hue angle of 59.08º 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 #CBC948 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 72 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.20 |
| HSL | 59.08º | 0.56% | 0.54% | - |
| HSV(B) | 59.08º | 0.65% | 0.8% | - |
| XYZ | 46.68 | 54.94 | 14.27 | - |
| YUV | 186.89 | 63.16 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 72 | 0 | 0.01 | 0.65 | 0.20 | 59.08 | 0.56 | 0.54 |
| Hex | CB | C9 | 48 | 0 | 1 | 41 | 14 | 3B | 38 | 36 |
| Octal | 313 | 311 | 110 | 0 | 1 | 101 | 24 | 73 | 70 | 66 |
| Binary | 11001011 | 11001001 | 1001000 | 0 | 1 | 1000001 | 10100 | 111011 | 111000 | 110110 |
Color Harmonies of #CBC948
Complementary color
Monochromatic Colors of #CBC948
Black with #CBC948
Text Example
Text Example
White with #CBC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC948; }
p { color: rgb(203,201,72); }
H1.HeaderClassName
{
color: #CBC948;
}
.AnyTagClassName
{
color: #CBC948;
}
</style>
background-color css
<style>
a { background-color: #CBC948; }
a { background-color: rgb(203,201,72); }
div.DivClassName
{
background-color: #CBC948;
}
.BgClassName
{
background-color: #CBC948;
}
</style>
border-color css
<style>
span { border-color: #CBC948; }
span { border-color: rgb(203,201,72); }
td.TdClassName
{
border-color: #CBC948;
}
.TagClassName
{
border-color: #CBC948;
}
</style>