Shades of Wattle #CCC445
Tints of Wattle #CCC445
RGB
CMYK
RGB Variations
Color information
#CCC445 (or 0xCCC445) is known color: Wattle. HEX triplet: CC, C4 and 45. RGB value is (204,196,69). Sum of RGB (Red+Green+Blue) = 204+196+69=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC445 is #333BBA. Grayscale: #B8B8B8. Windows color (decimal): -3357627 or 4572364. OLE color: 4572364.
HSL color Cylindrical-coordinate representation of color #CCC445: hue angle of 56.44º 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 #CCC445 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 69 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.2 |
| HSL | 56.44º | 0.57% | 0.54% | - |
| HSV(B) | 56.44º | 0.66% | 0.8% | - |
| XYZ | 45.72 | 52.75 | 13.4 | - |
| YUV | 183.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 69 | 0 | 0.04 | 0.66 | 0.2 | 56.44 | 0.57 | 0.54 |
| Hex | CC | C4 | 45 | 0 | 4 | 42 | 14 | 38 | 39 | 36 |
| Octal | 314 | 304 | 105 | 0 | 4 | 102 | 24 | 70 | 71 | 66 |
| Binary | 11001100 | 11000100 | 1000101 | 0 | 100 | 1000010 | 10100 | 111000 | 111001 | 110110 |
Color Harmonies of #CCC445
Complementary color
Monochromatic Colors of #CCC445
Black with #CCC445
Text Example
Text Example
White with #CCC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC445; }
p { color: rgb(204,196,69); }
H1.HeaderClassName
{
color: #CCC445;
}
.AnyTagClassName
{
color: #CCC445;
}
</style>
background-color css
<style>
a { background-color: #CCC445; }
a { background-color: rgb(204,196,69); }
div.DivClassName
{
background-color: #CCC445;
}
.BgClassName
{
background-color: #CCC445;
}
</style>
border-color css
<style>
span { border-color: #CCC445; }
span { border-color: rgb(204,196,69); }
td.TdClassName
{
border-color: #CCC445;
}
.TagClassName
{
border-color: #CCC445;
}
</style>