#C76E3B

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

Shades of Zest #C76E3B

Tints of Zest #C76E3B

Color information

#C76E3B (or 0xC76E3B) is unknown color: approx Zest. HEX triplet: C7, 6E and 3B. RGB value is (199,110,59). Sum of RGB (Red+Green+Blue) = 199+110+59=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E3B is #3891C4. Grayscale: #838383. Windows color (decimal): -3707333 or 3894983. OLE color: 3894983.

HSL color Cylindrical-coordinate representation of color #C76E3B: hue angle of 21.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C76E3B is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19911059-
CMYK00.450.700.22
HSL21.86º55.56%50.59%-
HSV(B)21.86º70.35%78.04%-
XYZ29.9223.617.12-
YUV130.887.49176.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.08%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 59 (23.44% from 255) = 16.03%
R=54.08%
G=29.89%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991105900.450.700.2221.8655.5650.59
HexC76E3B02D4616163833
Octal3071567305510626267063
Binary110001111101110111011010110110001101011010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76E3B; }

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

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

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

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

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

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

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

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