#C7C741

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

Shades of Wattle #C7C741

Tints of Wattle #C7C741

Color information

#C7C741 (or 0xC7C741) is unknown color: approx Wattle. HEX triplet: C7, C7 and 41. RGB value is (199,199,65). Sum of RGB (Red+Green+Blue) = 199+199+65=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C741 is #3838BE. Grayscale: #B8B8B8. Windows color (decimal): -3684543 or 4310983. OLE color: 4310983.

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

Color convert

RGB19919965-
CMYK000.670.22
HSL60º54.47%51.76%-
HSV(B)60º67.34%78.04%-
XYZ44.9353.3712.93-
YUV183.7261138.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 199 (78.12% from 255) = 42.98%
BLUE value IS 65 (25.78% from 255) = 14.04%
R=42.98%
G=42.98%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919965000.670.226054.4751.76
HexC7C7410043163c3634
Octal3073071010010326746664
Binary1100011111000111100000100100001110110111100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C741; }

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

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

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

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

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

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

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

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