Shades of Wattle #CCC745
Tints of Wattle #CCC745
RGB
CMYK
RGB Variations
Color information
#CCC745 (or 0xCCC745) is known color: Wattle. HEX triplet: CC, C7 and 45. RGB value is (204,199,69). Sum of RGB (Red+Green+Blue) = 204+199+69=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC745 is #3338BA. Grayscale: #BABABA. Windows color (decimal): -3356859 or 4573132. OLE color: 4573132.
HSL color Cylindrical-coordinate representation of color #CCC745: hue angle of 57.78º 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 #CCC745 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 69 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.2 |
| HSL | 57.78º | 0.57% | 0.54% | - |
| HSV(B) | 57.78º | 0.66% | 0.8% | - |
| XYZ | 46.4 | 54.11 | 13.63 | - |
| YUV | 185.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 69 | 0 | 0.02 | 0.66 | 0.2 | 57.78 | 0.57 | 0.54 |
| Hex | CC | C7 | 45 | 0 | 2 | 42 | 14 | 3A | 39 | 36 |
| Octal | 314 | 307 | 105 | 0 | 2 | 102 | 24 | 72 | 71 | 66 |
| Binary | 11001100 | 11000111 | 1000101 | 0 | 10 | 1000010 | 10100 | 111010 | 111001 | 110110 |
Color Harmonies of #CCC745
Complementary color
Monochromatic Colors of #CCC745
Black with #CCC745
Text Example
Text Example
White with #CCC745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC745; }
p { color: rgb(204,199,69); }
H1.HeaderClassName
{
color: #CCC745;
}
.AnyTagClassName
{
color: #CCC745;
}
</style>
background-color css
<style>
a { background-color: #CCC745; }
a { background-color: rgb(204,199,69); }
div.DivClassName
{
background-color: #CCC745;
}
.BgClassName
{
background-color: #CCC745;
}
</style>
border-color css
<style>
span { border-color: #CCC745; }
span { border-color: rgb(204,199,69); }
td.TdClassName
{
border-color: #CCC745;
}
.TagClassName
{
border-color: #CCC745;
}
</style>