#C1743C

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

Shades of Zest #C1743C

Tints of Zest #C1743C

Color information

#C1743C (or 0xC1743C) is unknown color: approx Zest. HEX triplet: C1, 74 and 3C. RGB value is (193,116,60). Sum of RGB (Red+Green+Blue) = 193+116+60=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1743C is #3E8BC3. Grayscale: #848484. Windows color (decimal): -4099012 or 3962049. OLE color: 3962049.

HSL color Cylindrical-coordinate representation of color #C1743C: hue angle of 25.26º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1743C is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19311660-
CMYK00.400.690.24
HSL25.26º52.57%49.61%-
HSV(B)25.26º68.91%75.69%-
XYZ29.0524.157.41-
YUV132.6487.01171.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 60 (23.83% from 255) = 16.26%
R=52.30%
G=31.44%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931166000.400.690.2425.2652.5749.61
HexC1743C0284518193532
Octal3011647405010530316562
Binary110000011110100111100010100010001011100011001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1743C; }

 p { color: rgb(193,116,60); }

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

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

 a { background-color: rgb(193,116,60); }

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

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

 span { border-color: rgb(193,116,60); }

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