Shades of Wattle #CBC645
Tints of Wattle #CBC645
RGB
CMYK
RGB Variations
Color information
#CBC645 (or 0xCBC645) is known color: Wattle. HEX triplet: CB, C6 and 45. RGB value is (203,198,69). Sum of RGB (Red+Green+Blue) = 203+198+69=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC645 is #3439BA. Grayscale: #B9B9B9. Windows color (decimal): -3422651 or 4572875. OLE color: 4572875.
HSL color Cylindrical-coordinate representation of color #CBC645: hue angle of 57.76º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBC645 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 69 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.20 |
| HSL | 57.76º | 0.56% | 0.53% | - |
| HSV(B) | 57.76º | 0.66% | 0.8% | - |
| XYZ | 45.9 | 53.51 | 13.54 | - |
| YUV | 184.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 69 | 0 | 0.02 | 0.66 | 0.20 | 57.76 | 0.56 | 0.53 |
| Hex | CB | C6 | 45 | 0 | 2 | 42 | 14 | 3A | 38 | 35 |
| Octal | 313 | 306 | 105 | 0 | 2 | 102 | 24 | 72 | 70 | 65 |
| Binary | 11001011 | 11000110 | 1000101 | 0 | 10 | 1000010 | 10100 | 111010 | 111000 | 110101 |
Color Harmonies of #CBC645
Complementary color
Monochromatic Colors of #CBC645
Black with #CBC645
Text Example
Text Example
White with #CBC645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC645; }
p { color: rgb(203,198,69); }
H1.HeaderClassName
{
color: #CBC645;
}
.AnyTagClassName
{
color: #CBC645;
}
</style>
background-color css
<style>
a { background-color: #CBC645; }
a { background-color: rgb(203,198,69); }
div.DivClassName
{
background-color: #CBC645;
}
.BgClassName
{
background-color: #CBC645;
}
</style>
border-color css
<style>
span { border-color: #CBC645; }
span { border-color: rgb(203,198,69); }
td.TdClassName
{
border-color: #CBC645;
}
.TagClassName
{
border-color: #CBC645;
}
</style>