Shades of Wattle #CCC045
Tints of Wattle #CCC045
RGB
CMYK
RGB Variations
Color information
#CCC045 (or 0xCCC045) is known color: Wattle. HEX triplet: CC, C0 and 45. RGB value is (204,192,69). Sum of RGB (Red+Green+Blue) = 204+192+69=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC045 is #333FBA. Grayscale: #B6B6B6. Windows color (decimal): -3358651 or 4571340. OLE color: 4571340.
HSL color Cylindrical-coordinate representation of color #CCC045: hue angle of 54.67º 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 #CCC045 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 69 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.2 |
| HSL | 54.67º | 0.57% | 0.54% | - |
| HSV(B) | 54.67º | 0.66% | 0.8% | - |
| XYZ | 44.83 | 50.97 | 13.11 | - |
| YUV | 181.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 69 | 0 | 0.06 | 0.66 | 0.2 | 54.67 | 0.57 | 0.54 |
| Hex | CC | C0 | 45 | 0 | 6 | 42 | 14 | 37 | 39 | 36 |
| Octal | 314 | 300 | 105 | 0 | 6 | 102 | 24 | 67 | 71 | 66 |
| Binary | 11001100 | 11000000 | 1000101 | 0 | 110 | 1000010 | 10100 | 110111 | 111001 | 110110 |
Color Harmonies of #CCC045
Complementary color
Monochromatic Colors of #CCC045
Black with #CCC045
Text Example
Text Example
White with #CCC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC045; }
p { color: rgb(204,192,69); }
H1.HeaderClassName
{
color: #CCC045;
}
.AnyTagClassName
{
color: #CCC045;
}
</style>
background-color css
<style>
a { background-color: #CCC045; }
a { background-color: rgb(204,192,69); }
div.DivClassName
{
background-color: #CCC045;
}
.BgClassName
{
background-color: #CCC045;
}
</style>
border-color css
<style>
span { border-color: #CCC045; }
span { border-color: rgb(204,192,69); }
td.TdClassName
{
border-color: #CCC045;
}
.TagClassName
{
border-color: #CCC045;
}
</style>