#CCC540

Color #CCC540 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CCC540

Tints of Wattle #CCC540

Color information

#CCC540 (or 0xCCC540) is unknown color: approx Wattle. HEX triplet: CC, C5 and 40. RGB value is (204,197,64). Sum of RGB (Red+Green+Blue) = 204+197+64=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC540 is #333ABF. Grayscale: #B8B8B8. Windows color (decimal): -3357376 or 4244940. OLE color: 4244940.

HSL color Cylindrical-coordinate representation of color #CCC540: hue angle of 57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCC540 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB20419764-
CMYK00.030.690.2
HSL57º57.85%52.55%-
HSV(B)57º68.63%80%-
XYZ45.7953.1412.69-
YUV183.9360.32142.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 197 (77.34% from 255) = 42.37%
BLUE value IS 64 (25.39% from 255) = 13.76%
R=43.87%
G=42.37%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041976400.030.690.25757.8552.55
HexCCC540034514393a35
Octal3143051000310524717265
Binary11001100110001011000000011100010110100111001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC540; }

 p { color: rgb(204,197,64); }

 H1.HeaderClassName
 {
   color: #CCC540;
 }
 .AnyTagClassName
 {
   color: #CCC540;
 }
</style>
background-color css

<style>
 a { background-color: #CCC540; }

 a { background-color: rgb(204,197,64); }

 div.DivClassName
 {
   background-color: #CCC540;
 }
 .BgClassName
 {
   background-color: #CCC540;
 }
</style>
border-color css

<style>
 span { border-color: #CCC540; }

 span { border-color: rgb(204,197,64); }

 td.TdClassName
 {
   border-color: #CCC540;
 }
 .TagClassName
 {
   border-color: #CCC540;
 }
</style>