#C1713C

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

Shades of Zest #C1713C

Tints of Zest #C1713C

Color information

#C1713C (or 0xC1713C) is unknown color: approx Zest. HEX triplet: C1, 71 and 3C. RGB value is (193,113,60). Sum of RGB (Red+Green+Blue) = 193+113+60=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1713C is #3E8EC3. Grayscale: #838383. Windows color (decimal): -4099780 or 3961281. OLE color: 3961281.

HSL color Cylindrical-coordinate representation of color #C1713C: hue angle of 23.91º 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 #C1713C is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19311360-
CMYK00.410.690.24
HSL23.91º52.57%49.61%-
HSV(B)23.91º68.91%75.69%-
XYZ28.7123.477.29-
YUV130.8888172.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.73%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=52.73%
G=30.87%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931136000.410.690.2423.9152.5749.61
HexC1713C0294518183532
Octal3011617405110530306562
Binary110000011110001111100010100110001011100011000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1713C; }

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

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

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

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

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

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

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

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