#C7C740

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

Shades of Wattle #C7C740

Tints of Wattle #C7C740

Color information

#C7C740 (or 0xC7C740) is unknown color: approx Wattle. HEX triplet: C7, C7 and 40. RGB value is (199,199,64). Sum of RGB (Red+Green+Blue) = 199+199+64=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C740 is #3838BF. Grayscale: #B8B8B8. Windows color (decimal): -3684544 or 4245447. OLE color: 4245447.

HSL color Cylindrical-coordinate representation of color #C7C740: hue angle of 60º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7C740 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19919964-
CMYK000.680.22
HSL60º54.66%51.57%-
HSV(B)60º67.84%78.04%-
XYZ44.953.3612.78-
YUV183.6160.5138.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.07%
GREEN value IS 199 (78.12% from 255) = 43.07%
BLUE value IS 64 (25.39% from 255) = 13.85%
R=43.07%
G=43.07%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919964000.680.226054.6651.57
HexC7C7400044163c3734
Octal3073071000010426746764
Binary1100011111000111100000000100010010110111100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C740; }

 p { color: rgb(199,199,64); }

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

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

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

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

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

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

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