#C56E40

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

Shades of Zest #C56E40

Tints of Zest #C56E40

Color information

#C56E40 (or 0xC56E40) is unknown color: approx Zest. HEX triplet: C5, 6E and 40. RGB value is (197,110,64). Sum of RGB (Red+Green+Blue) = 197+110+64=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E40 is #3A91BF. Grayscale: #838383. Windows color (decimal): -3838400 or 4222661. OLE color: 4222661.

HSL color Cylindrical-coordinate representation of color #C56E40: hue angle of 20.75º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C56E40 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19711064-
CMYK00.440.680.23
HSL20.75º53.41%51.18%-
HSV(B)20.75º67.51%77.25%-
XYZ29.5323.397.81-
YUV130.7790.32175.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.10%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=53.10%
G=29.65%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971106400.440.680.2320.7553.4151.18
HexC56E4002C4417153533
Octal30515610005410427256563
Binary1100010111011101000000010110010001001011110101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56E40; }

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

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

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

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

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

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

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

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