Shades of Wattle #CBC745
Tints of Wattle #CBC745
RGB
CMYK
RGB Variations
Color information
#CBC745 (or 0xCBC745) is known color: Wattle. HEX triplet: CB, C7 and 45. RGB value is (203,199,69). Sum of RGB (Red+Green+Blue) = 203+199+69=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC745 is #3438BA. Grayscale: #B9B9B9. Windows color (decimal): -3422395 or 4573131. OLE color: 4573131.
HSL color Cylindrical-coordinate representation of color #CBC745: hue angle of 58.21º 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 #CBC745 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 69 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.20 |
| HSL | 58.21º | 0.56% | 0.53% | - |
| HSV(B) | 58.21º | 0.66% | 0.8% | - |
| XYZ | 46.13 | 53.97 | 13.62 | - |
| YUV | 185.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 69 | 0 | 0.02 | 0.66 | 0.20 | 58.21 | 0.56 | 0.53 |
| Hex | CB | C7 | 45 | 0 | 2 | 42 | 14 | 3A | 38 | 35 |
| Octal | 313 | 307 | 105 | 0 | 2 | 102 | 24 | 72 | 70 | 65 |
| Binary | 11001011 | 11000111 | 1000101 | 0 | 10 | 1000010 | 10100 | 111010 | 111000 | 110101 |
Color Harmonies of #CBC745
Complementary color
Monochromatic Colors of #CBC745
Black with #CBC745
Text Example
Text Example
White with #CBC745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC745; }
p { color: rgb(203,199,69); }
H1.HeaderClassName
{
color: #CBC745;
}
.AnyTagClassName
{
color: #CBC745;
}
</style>
background-color css
<style>
a { background-color: #CBC745; }
a { background-color: rgb(203,199,69); }
div.DivClassName
{
background-color: #CBC745;
}
.BgClassName
{
background-color: #CBC745;
}
</style>
border-color css
<style>
span { border-color: #CBC745; }
span { border-color: rgb(203,199,69); }
td.TdClassName
{
border-color: #CBC745;
}
.TagClassName
{
border-color: #CBC745;
}
</style>