Html Css Color HEX #C1743F Zest

📋 copy color: '#C1743F'

red 193 ◦ green 116 ◦ blue 63

#C1743F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #C1743F

Tints of Zest #C1743F

RGB

 RED value IS 193 (75.78% from 255) = 51.88%

 GREEN value IS 116 (45.7% from 255) = 31.18%

 BLUE value IS 63 (25% from 255) = 16.94%

R = 51.88%
G = 31.18%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1743F (or 0xC1743F) is known color: Zest. HEX triplet: C1, 74 and 3F. RGB value is (193,116,63). Sum of RGB (Red+Green+Blue) = 193+116+63=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1743F is #3E8BC0. Grayscale: #858585. Windows color (decimal): -4099009 or 4158657. OLE color: 4158657.

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

Color convert

RGB 193 116 63 -
CMYK 0 0.40 0.67 0.24
HSL 24.46º 0.51% 0.5% -
HSV(B) 24.46º 0.67% 0.76% -
XYZ 29.13 24.19 7.84 -
YUV 132.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 193 116 63 0 0.40 0.67 0.24 24.46 0.51 0.5
Hex C1 74 3F 0 28 43 18 18 33 32
Octal 301 164 77 0 50 103 30 30 63 62
Binary 11000001 1110100 111111 0 101000 1000011 11000 11000 110011 110010

Color Harmonies of #C1743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1743F

Black with #C1743F

Text Example


Text Example

White with #C1743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1743F; }

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

 H1.HeaderClassName
 {
   color: #C1743F;
 }
 .AnyTagClassName
 {
   color: #C1743F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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