#C2763F

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

Shades of Zest #C2763F

Tints of Zest #C2763F

Color information

#C2763F (or 0xC2763F) is unknown color: approx Zest. HEX triplet: C2, 76 and 3F. RGB value is (194,118,63). Sum of RGB (Red+Green+Blue) = 194+118+63=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2763F is #3D89C0. Grayscale: #868686. Windows color (decimal): -4032961 or 4159170. OLE color: 4159170.

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

Color convert

RGB19411863-
CMYK00.390.680.24
HSL25.19º51.78%50.39%-
HSV(B)25.19º67.53%76.08%-
XYZ29.6224.797.93-
YUV134.4587.68170.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.73%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 63 (25% from 255) = 16.8%
R=51.73%
G=31.47%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941186300.390.680.2425.1951.7850.39
HexC2763F0274418193432
Octal3021667704710430316462
Binary110000101110110111111010011110001001100011001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2763F; }

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

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

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

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

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

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

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

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