#C5703E

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

Shades of Zest #C5703E

Tints of Zest #C5703E

Color information

#C5703E (or 0xC5703E) is unknown color: approx Zest. HEX triplet: C5, 70 and 3E. RGB value is (197,112,62). Sum of RGB (Red+Green+Blue) = 197+112+62=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5703E is #3A8FC1. Grayscale: #848484. Windows color (decimal): -3837890 or 4092101. OLE color: 4092101.

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

Color convert

RGB19711262-
CMYK00.430.690.23
HSL22.22º53.78%50.78%-
HSV(B)22.22º68.53%77.25%-
XYZ29.6923.817.59-
YUV131.7288.66174.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.10%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 62 (24.61% from 255) = 16.71%
R=53.10%
G=30.19%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971126200.430.690.2322.2253.7850.78
HexC5703E02B4517163633
Octal3051607605310527266663
Binary110001011110000111110010101110001011011110110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5703E; }

 p { color: rgb(197,112,62); }

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

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

 a { background-color: rgb(197,112,62); }

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

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

 span { border-color: rgb(197,112,62); }

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