Shades of Wattle #CBC846
Tints of Wattle #CBC846
RGB
CMYK
RGB Variations
Color information
#CBC846 (or 0xCBC846) is known color: Wattle. HEX triplet: CB, C8 and 46. RGB value is (203,200,70). Sum of RGB (Red+Green+Blue) = 203+200+70=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC846 is #3437B9. Grayscale: #BABABA. Windows color (decimal): -3422138 or 4638923. OLE color: 4638923.
HSL color Cylindrical-coordinate representation of color #CBC846: hue angle of 58.65º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBC846 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 70 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.20 |
| HSL | 58.65º | 0.56% | 0.54% | - |
| HSV(B) | 58.65º | 0.66% | 0.8% | - |
| XYZ | 46.39 | 54.45 | 13.86 | - |
| YUV | 186.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 70 | 0 | 0.01 | 0.66 | 0.20 | 58.65 | 0.56 | 0.54 |
| Hex | CB | C8 | 46 | 0 | 1 | 42 | 14 | 3B | 38 | 36 |
| Octal | 313 | 310 | 106 | 0 | 1 | 102 | 24 | 73 | 70 | 66 |
| Binary | 11001011 | 11001000 | 1000110 | 0 | 1 | 1000010 | 10100 | 111011 | 111000 | 110110 |
Color Harmonies of #CBC846
Complementary color
Monochromatic Colors of #CBC846
Black with #CBC846
Text Example
Text Example
White with #CBC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC846; }
p { color: rgb(203,200,70); }
H1.HeaderClassName
{
color: #CBC846;
}
.AnyTagClassName
{
color: #CBC846;
}
</style>
background-color css
<style>
a { background-color: #CBC846; }
a { background-color: rgb(203,200,70); }
div.DivClassName
{
background-color: #CBC846;
}
.BgClassName
{
background-color: #CBC846;
}
</style>
border-color css
<style>
span { border-color: #CBC846; }
span { border-color: rgb(203,200,70); }
td.TdClassName
{
border-color: #CBC846;
}
.TagClassName
{
border-color: #CBC846;
}
</style>