Shades of Wattle #CBC640
Tints of Wattle #CBC640
RGB
CMYK
RGB Variations
Color information
#CBC640 (or 0xCBC640) is known color: Wattle. HEX triplet: CB, C6 and 40. RGB value is (203,198,64). Sum of RGB (Red+Green+Blue) = 203+198+64=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC640 is #3439BF. Grayscale: #B8B8B8. Windows color (decimal): -3422656 or 4245195. OLE color: 4245195.
HSL color Cylindrical-coordinate representation of color #CBC640: hue angle of 57.84º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBC640 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 64 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.20 |
| HSL | 57.84º | 0.57% | 0.52% | - |
| HSV(B) | 57.84º | 0.68% | 0.8% | - |
| XYZ | 45.75 | 53.45 | 12.76 | - |
| YUV | 184.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 64 | 0 | 0.02 | 0.68 | 0.20 | 57.84 | 0.57 | 0.52 |
| Hex | CB | C6 | 40 | 0 | 2 | 44 | 14 | 3A | 39 | 34 |
| Octal | 313 | 306 | 100 | 0 | 2 | 104 | 24 | 72 | 71 | 64 |
| Binary | 11001011 | 11000110 | 1000000 | 0 | 10 | 1000100 | 10100 | 111010 | 111001 | 110100 |
Color Harmonies of #CBC640
Complementary color
Monochromatic Colors of #CBC640
Black with #CBC640
Text Example
Text Example
White with #CBC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC640; }
p { color: rgb(203,198,64); }
H1.HeaderClassName
{
color: #CBC640;
}
.AnyTagClassName
{
color: #CBC640;
}
</style>
background-color css
<style>
a { background-color: #CBC640; }
a { background-color: rgb(203,198,64); }
div.DivClassName
{
background-color: #CBC640;
}
.BgClassName
{
background-color: #CBC640;
}
</style>
border-color css
<style>
span { border-color: #CBC640; }
span { border-color: rgb(203,198,64); }
td.TdClassName
{
border-color: #CBC640;
}
.TagClassName
{
border-color: #CBC640;
}
</style>