#C4713C

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

Shades of Zest #C4713C

Tints of Zest #C4713C

Color information

#C4713C (or 0xC4713C) is unknown color: approx Zest. HEX triplet: C4, 71 and 3C. RGB value is (196,113,60). Sum of RGB (Red+Green+Blue) = 196+113+60=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4713C is #3B8EC3. Grayscale: #848484. Windows color (decimal): -3903172 or 3961284. OLE color: 3961284.

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

Color convert

RGB19611360-
CMYK00.420.690.23
HSL23.38º53.54%50.2%-
HSV(B)23.38º69.39%76.86%-
XYZ29.4923.877.33-
YUV131.7887.5173.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.12%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 60 (23.83% from 255) = 16.26%
R=53.12%
G=30.62%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961136000.420.690.2323.3853.5450.2
HexC4713C02A4517173632
Octal3041617405210527276662
Binary110001001110001111100010101010001011011110111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4713C; }

 p { color: rgb(196,113,60); }

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

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

 a { background-color: rgb(196,113,60); }

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

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

 span { border-color: rgb(196,113,60); }

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