#C7C244

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

Shades of Wattle #C7C244

Tints of Wattle #C7C244

Color information

#C7C244 (or 0xC7C244) is unknown color: approx Wattle. HEX triplet: C7, C2 and 44. RGB value is (199,194,68). Sum of RGB (Red+Green+Blue) = 199+194+68=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C244 is #383DBB. Grayscale: #B5B5B5. Windows color (decimal): -3685820 or 4506311. OLE color: 4506311.

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

Color convert

RGB19919468-
CMYK00.030.660.22
HSL57.71º53.91%52.35%-
HSV(B)57.71º65.83%78.04%-
XYZ43.8951.1413.03-
YUV181.1364.16140.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 68 (26.95% from 255) = 14.75%
R=43.17%
G=42.08%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991946800.030.660.2257.7153.9152.35
HexC7C2440342163a3634
Octal3073021040310226726664
Binary11000111110000101000100011100001010110111010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C244; }

 p { color: rgb(199,194,68); }

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

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

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

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

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

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

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