#C76E35

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

Shades of Zest #C76E35

Tints of Zest #C76E35

Color information

#C76E35 (or 0xC76E35) is unknown color: approx Zest. HEX triplet: C7, 6E and 35. RGB value is (199,110,53). Sum of RGB (Red+Green+Blue) = 199+110+53=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E35 is #3891CA. Grayscale: #828282. Windows color (decimal): -3707339 or 3501767. OLE color: 3501767.

HSL color Cylindrical-coordinate representation of color #C76E35: hue angle of 23.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C76E35 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19911053-
CMYK00.450.730.22
HSL23.42º57.94%49.41%-
HSV(B)23.42º73.37%78.04%-
XYZ29.7723.556.34-
YUV130.1184.49177.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.97%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 53 (21.09% from 255) = 14.64%
R=54.97%
G=30.39%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991105300.450.730.2223.4257.9449.41
HexC76E3502D4916173a31
Octal3071566505511126277261
Binary110001111101110110101010110110010011011010111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76E35; }

 p { color: rgb(199,110,53); }

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

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

 a { background-color: rgb(199,110,53); }

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

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

 span { border-color: rgb(199,110,53); }

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