#C86E41

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

Shades of Zest #C86E41

Tints of Zest #C86E41

Color information

#C86E41 (or 0xC86E41) is unknown color: approx Zest. HEX triplet: C8, 6E and 41. RGB value is (200,110,65). Sum of RGB (Red+Green+Blue) = 200+110+65=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E41 is #3791BE. Grayscale: #848484. Windows color (decimal): -3641791 or 4288200. OLE color: 4288200.

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

Color convert

RGB20011065-
CMYK00.450.680.22
HSL20º55.1%51.96%-
HSV(B)20º67.5%78.43%-
XYZ30.3523.818-
YUV131.7890.32176.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 65 (25.78% from 255) = 17.33%
R=53.33%
G=29.33%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001106500.450.680.222055.151.96
HexC86E4102D4416143734
Octal31015610105510426246764
Binary1100100011011101000001010110110001001011010100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86E41; }

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

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

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

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

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

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

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

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