Shades of Wattle #CBC647
Tints of Wattle #CBC647
RGB
CMYK
RGB Variations
Color information
#CBC647 (or 0xCBC647) is known color: Wattle. HEX triplet: CB, C6 and 47. RGB value is (203,198,71). Sum of RGB (Red+Green+Blue) = 203+198+71=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC647 is #3439B8. Grayscale: #B9B9B9. Windows color (decimal): -3422649 or 4703947. OLE color: 4703947.
HSL color Cylindrical-coordinate representation of color #CBC647: hue angle of 57.73º 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 #CBC647 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 71 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.20 |
| HSL | 57.73º | 0.56% | 0.54% | - |
| HSV(B) | 57.73º | 0.65% | 0.8% | - |
| XYZ | 45.96 | 53.54 | 13.87 | - |
| YUV | 185.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 71 | 0 | 0.02 | 0.65 | 0.20 | 57.73 | 0.56 | 0.54 |
| Hex | CB | C6 | 47 | 0 | 2 | 41 | 14 | 3A | 38 | 36 |
| Octal | 313 | 306 | 107 | 0 | 2 | 101 | 24 | 72 | 70 | 66 |
| Binary | 11001011 | 11000110 | 1000111 | 0 | 10 | 1000001 | 10100 | 111010 | 111000 | 110110 |
Color Harmonies of #CBC647
Complementary color
Monochromatic Colors of #CBC647
Black with #CBC647
Text Example
Text Example
White with #CBC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC647; }
p { color: rgb(203,198,71); }
H1.HeaderClassName
{
color: #CBC647;
}
.AnyTagClassName
{
color: #CBC647;
}
</style>
background-color css
<style>
a { background-color: #CBC647; }
a { background-color: rgb(203,198,71); }
div.DivClassName
{
background-color: #CBC647;
}
.BgClassName
{
background-color: #CBC647;
}
</style>
border-color css
<style>
span { border-color: #CBC647; }
span { border-color: rgb(203,198,71); }
td.TdClassName
{
border-color: #CBC647;
}
.TagClassName
{
border-color: #CBC647;
}
</style>