#C1713B

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

Shades of Zest #C1713B

Tints of Zest #C1713B

Color information

#C1713B (or 0xC1713B) is unknown color: approx Zest. HEX triplet: C1, 71 and 3B. RGB value is (193,113,59). Sum of RGB (Red+Green+Blue) = 193+113+59=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1713B is #3E8EC4. Grayscale: #838383. Windows color (decimal): -4099781 or 3895745. OLE color: 3895745.

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

Color convert

RGB19311359-
CMYK00.410.690.24
HSL24.18º53.17%49.41%-
HSV(B)24.18º69.43%75.69%-
XYZ28.6923.467.15-
YUV130.7687.5172.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 59 (23.44% from 255) = 16.16%
R=52.88%
G=30.96%
B=16.16%

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
Decimal1931135900.410.690.2424.1853.1749.41
HexC1713B0294518183531
Octal3011617305110530306561
Binary110000011110001111011010100110001011100011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1713B; }

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

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

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

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

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

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

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

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