#C56B41

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

Shades of Zest #C56B41

Tints of Zest #C56B41

Color information

#C56B41 (or 0xC56B41) is unknown color: approx Zest. HEX triplet: C5, 6B and 41. RGB value is (197,107,65). Sum of RGB (Red+Green+Blue) = 197+107+65=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56B41 is #3A94BE. Grayscale: #818181. Windows color (decimal): -3839167 or 4287429. OLE color: 4287429.

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

Color convert

RGB19710765-
CMYK00.460.670.23
HSL19.09º53.23%51.37%-
HSV(B)19.09º67.01%77.25%-
XYZ29.2422.777.85-
YUV129.1291.82176.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.39%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=53.39%
G=29.00%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971076500.460.670.2319.0953.2351.37
HexC56B4102E4317133533
Octal30515310105610327236563
Binary1100010111010111000001010111010000111011110011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56B41; }

 p { color: rgb(197,107,65); }

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

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

 a { background-color: rgb(197,107,65); }

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

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

 span { border-color: rgb(197,107,65); }

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