#C56E35

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

Shades of Zest #C56E35

Tints of Zest #C56E35

Color information

#C56E35 (or 0xC56E35) is unknown color: approx Zest. HEX triplet: C5, 6E and 35. RGB value is (197,110,53). Sum of RGB (Red+Green+Blue) = 197+110+53=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E35 is #3A91CA. Grayscale: #818181. Windows color (decimal): -3838411 or 3501765. OLE color: 3501765.

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

Color convert

RGB19711053-
CMYK00.440.730.23
HSL23.75º57.6%49.02%-
HSV(B)23.75º73.1%77.25%-
XYZ29.2423.286.32-
YUV129.5184.82176.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.72%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 53 (21.09% from 255) = 14.72%
R=54.72%
G=30.56%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971105300.440.730.2323.7557.649.02
HexC56E3502C4917183a31
Octal3051566505411127307261
Binary110001011101110110101010110010010011011111000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56E35; }

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

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

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

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

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

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

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

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