Shades of Wattle #CCC845
Tints of Wattle #CCC845
RGB
CMYK
RGB Variations
Color information
#CCC845 (or 0xCCC845) is known color: Wattle. HEX triplet: CC, C8 and 45. RGB value is (204,200,69). Sum of RGB (Red+Green+Blue) = 204+200+69=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC845 is #3337BA. Grayscale: #BABABA. Windows color (decimal): -3356603 or 4573388. OLE color: 4573388.
HSL color Cylindrical-coordinate representation of color #CCC845: hue angle of 58.22º degrees, saturation: 0.57, 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 #CCC845 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 69 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.2 |
| HSL | 58.22º | 0.57% | 0.54% | - |
| HSV(B) | 58.22º | 0.66% | 0.8% | - |
| XYZ | 46.63 | 54.58 | 13.71 | - |
| YUV | 186.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 69 | 0 | 0.02 | 0.66 | 0.2 | 58.22 | 0.57 | 0.54 |
| Hex | CC | C8 | 45 | 0 | 2 | 42 | 14 | 3A | 39 | 36 |
| Octal | 314 | 310 | 105 | 0 | 2 | 102 | 24 | 72 | 71 | 66 |
| Binary | 11001100 | 11001000 | 1000101 | 0 | 10 | 1000010 | 10100 | 111010 | 111001 | 110110 |
Color Harmonies of #CCC845
Complementary color
Monochromatic Colors of #CCC845
Black with #CCC845
Text Example
Text Example
White with #CCC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC845; }
p { color: rgb(204,200,69); }
H1.HeaderClassName
{
color: #CCC845;
}
.AnyTagClassName
{
color: #CCC845;
}
</style>
background-color css
<style>
a { background-color: #CCC845; }
a { background-color: rgb(204,200,69); }
div.DivClassName
{
background-color: #CCC845;
}
.BgClassName
{
background-color: #CCC845;
}
</style>
border-color css
<style>
span { border-color: #CCC845; }
span { border-color: rgb(204,200,69); }
td.TdClassName
{
border-color: #CCC845;
}
.TagClassName
{
border-color: #CCC845;
}
</style>