Html Css Color HEX #C2743E Zest

📋 copy color: '#C2743E'

red 194 ◦ green 116 ◦ blue 62

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

Shades of Zest #C2743E

Tints of Zest #C2743E

RGB

 RED value IS 194 (76.17% from 255) = 52.15%

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

 BLUE value IS 62 (24.61% from 255) = 16.67%

R = 52.15%
G = 31.18%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2743E (or 0xC2743E) is known color: Zest. HEX triplet: C2, 74 and 3E. RGB value is (194,116,62). Sum of RGB (Red+Green+Blue) = 194+116+62=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2743E is #3D8BC1. Grayscale: #858585. Windows color (decimal): -4033474 or 4093122. OLE color: 4093122.

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

Color convert

RGB 194 116 62 -
CMYK 0 0.40 0.68 0.24
HSL 24.55º 0.52% 0.5% -
HSV(B) 24.55º 0.68% 0.76% -
XYZ 29.36 24.31 7.7 -
YUV 133.17 87.84 171.39 -
System Red Green Blue C M Y K H S L
Decimal 194 116 62 0 0.40 0.68 0.24 24.55 0.52 0.5
Hex C2 74 3E 0 28 44 18 19 34 32
Octal 302 164 76 0 50 104 30 31 64 62
Binary 11000010 1110100 111110 0 101000 1000100 11000 11001 110100 110010

Color Harmonies of #C2743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2743E

Black with #C2743E

Text Example


Text Example

White with #C2743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2743E; }

 p { color: rgb(194,116,62); }

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

background-color css

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

 a { background-color: rgb(194,116,62); }

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

border-color css

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

 span { border-color: rgb(194,116,62); }

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