#C2763C

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

Shades of Zest #C2763C

Tints of Zest #C2763C

Color information

#C2763C (or 0xC2763C) is unknown color: approx Zest. HEX triplet: C2, 76 and 3C. RGB value is (194,118,60). Sum of RGB (Red+Green+Blue) = 194+118+60=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2763C is #3D89C3. Grayscale: #868686. Windows color (decimal): -4032964 or 3962562. OLE color: 3962562.

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

Color convert

RGB19411860-
CMYK00.390.690.24
HSL25.97º52.76%49.8%-
HSV(B)25.97º69.07%76.08%-
XYZ29.5424.757.5-
YUV134.1186.18170.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 60 (23.83% from 255) = 16.13%
R=52.15%
G=31.72%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941186000.390.690.2425.9752.7649.8
HexC2763C02745181a3532
Octal3021667404710530326562
Binary110000101110110111100010011110001011100011010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2763C; }

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

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

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

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

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

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

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

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