#C56A40

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

Shades of Zest #C56A40

Tints of Zest #C56A40

Color information

#C56A40 (or 0xC56A40) is unknown color: approx Zest. HEX triplet: C5, 6A and 40. RGB value is (197,106,64). Sum of RGB (Red+Green+Blue) = 197+106+64=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A40 is #3A95BF. Grayscale: #808080. Windows color (decimal): -3839424 or 4221637. OLE color: 4221637.

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

Color convert

RGB19710664-
CMYK00.460.680.23
HSL18.95º53.41%51.18%-
HSV(B)18.95º67.51%77.25%-
XYZ29.1122.557.67-
YUV128.4291.65176.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.68%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=53.68%
G=28.88%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971066400.460.680.2318.9553.4151.18
HexC56A4002E4417133533
Octal30515210005610427236563
Binary1100010111010101000000010111010001001011110011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A40; }

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

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

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

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

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

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

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

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