#C7C140

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

Shades of Wattle #C7C140

Tints of Wattle #C7C140

Color information

#C7C140 (or 0xC7C140) is unknown color: approx Wattle. HEX triplet: C7, C1 and 40. RGB value is (199,193,64). Sum of RGB (Red+Green+Blue) = 199+193+64=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C140 is #383EBF. Grayscale: #B4B4B4. Windows color (decimal): -3686080 or 4243911. OLE color: 4243911.

HSL color Cylindrical-coordinate representation of color #C7C140: hue angle of 57.33º 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 #C7C140 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19919364-
CMYK00.030.680.22
HSL57.33º54.66%51.57%-
HSV(B)57.33º67.84%78.04%-
XYZ43.5550.6512.33-
YUV180.0962.49141.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 64 (25.39% from 255) = 14.04%
R=43.64%
G=42.32%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991936400.030.680.2257.3354.6651.57
HexC7C140034416393734
Octal3073011000310426716764
Binary11000111110000011000000011100010010110111001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C140; }

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

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

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

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

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

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

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

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