#C86E32

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

Shades of Zest #C86E32

Tints of Zest #C86E32

Color information

#C86E32 (or 0xC86E32) is unknown color: approx Zest. HEX triplet: C8, 6E and 32. RGB value is (200,110,50). Sum of RGB (Red+Green+Blue) = 200+110+50=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E32 is #3791CD. Grayscale: #828282. Windows color (decimal): -3641806 or 3305160. OLE color: 3305160.

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

Color convert

RGB20011050-
CMYK00.450.750.22
HSL24º60%49.02%-
HSV(B)24º75%78.43%-
XYZ29.9723.666.01-
YUV130.0782.82177.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 50 (19.92% from 255) = 13.89%
R=55.56%
G=30.56%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001105000.450.750.22246049.02
HexC86E3202D4B16183c31
Octal3101566205511326307461
Binary110010001101110110010010110110010111011011000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86E32; }

 p { color: rgb(200,110,50); }

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

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

 a { background-color: rgb(200,110,50); }

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

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

 span { border-color: rgb(200,110,50); }

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