Shades of Wattle #CBC840
Tints of Wattle #CBC840
RGB
CMYK
RGB Variations
Color information
#CBC840 (or 0xCBC840) is known color: Wattle. HEX triplet: CB, C8 and 40. RGB value is (203,200,64). Sum of RGB (Red+Green+Blue) = 203+200+64=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC840 is #3437BF. Grayscale: #B9B9B9. Windows color (decimal): -3422144 or 4245707. OLE color: 4245707.
HSL color Cylindrical-coordinate representation of color #CBC840: hue angle of 58.71º 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 #CBC840 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 64 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.20 |
| HSL | 58.71º | 0.57% | 0.52% | - |
| HSV(B) | 58.71º | 0.68% | 0.8% | - |
| XYZ | 46.21 | 54.38 | 12.91 | - |
| YUV | 185.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 64 | 0 | 0.01 | 0.68 | 0.20 | 58.71 | 0.57 | 0.52 |
| Hex | CB | C8 | 40 | 0 | 1 | 44 | 14 | 3B | 39 | 34 |
| Octal | 313 | 310 | 100 | 0 | 1 | 104 | 24 | 73 | 71 | 64 |
| Binary | 11001011 | 11001000 | 1000000 | 0 | 1 | 1000100 | 10100 | 111011 | 111001 | 110100 |
Color Harmonies of #CBC840
Complementary color
Monochromatic Colors of #CBC840
Black with #CBC840
Text Example
Text Example
White with #CBC840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC840; }
p { color: rgb(203,200,64); }
H1.HeaderClassName
{
color: #CBC840;
}
.AnyTagClassName
{
color: #CBC840;
}
</style>
background-color css
<style>
a { background-color: #CBC840; }
a { background-color: rgb(203,200,64); }
div.DivClassName
{
background-color: #CBC840;
}
.BgClassName
{
background-color: #CBC840;
}
</style>
border-color css
<style>
span { border-color: #CBC840; }
span { border-color: rgb(203,200,64); }
td.TdClassName
{
border-color: #CBC840;
}
.TagClassName
{
border-color: #CBC840;
}
</style>