#C4703F

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

Shades of Zest #C4703F

Tints of Zest #C4703F

Color information

#C4703F (or 0xC4703F) is unknown color: approx Zest. HEX triplet: C4, 70 and 3F. RGB value is (196,112,63). Sum of RGB (Red+Green+Blue) = 196+112+63=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4703F is #3B8FC0. Grayscale: #838383. Windows color (decimal): -3903425 or 4157636. OLE color: 4157636.

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

Color convert

RGB19611263-
CMYK00.430.680.23
HSL22.11º52.99%50.78%-
HSV(B)22.11º67.86%76.86%-
XYZ29.4623.687.72-
YUV131.5389.33173.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.83%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 63 (25% from 255) = 16.98%
R=52.83%
G=30.19%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961126300.430.680.2322.1152.9950.78
HexC4703F02B4417163533
Octal3041607705310427266563
Binary110001001110000111111010101110001001011110110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4703F; }

 p { color: rgb(196,112,63); }

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

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

 a { background-color: rgb(196,112,63); }

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

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

 span { border-color: rgb(196,112,63); }

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