#C2743F

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

Shades of Zest #C2743F

Tints of Zest #C2743F

Color information

#C2743F (or 0xC2743F) is unknown color: approx Zest. HEX triplet: C2, 74 and 3F. RGB value is (194,116,63). Sum of RGB (Red+Green+Blue) = 194+116+63=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2743F is #3D8BC0. Grayscale: #858585. Windows color (decimal): -4033473 or 4158658. OLE color: 4158658.

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

Color convert

RGB19411663-
CMYK00.400.680.24
HSL24.27º51.78%50.39%-
HSV(B)24.27º67.53%76.08%-
XYZ29.3924.327.85-
YUV133.2888.34171.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 63 (25% from 255) = 16.89%
R=52.01%
G=31.10%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941166300.400.680.2424.2751.7850.39
HexC2743F0284418183432
Octal3021647705010430306462
Binary110000101110100111111010100010001001100011000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2743F; }

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

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

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

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

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

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

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

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