#C86C40

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

Shades of Zest #C86C40

Tints of Zest #C86C40

Color information

#C86C40 (or 0xC86C40) is unknown color: approx Zest. HEX triplet: C8, 6C and 40. RGB value is (200,108,64). Sum of RGB (Red+Green+Blue) = 200+108+64=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C40 is #3793BF. Grayscale: #828282. Windows color (decimal): -3642304 or 4222152. OLE color: 4222152.

HSL color Cylindrical-coordinate representation of color #C86C40: hue angle of 19.41º 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 #C86C40 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20010864-
CMYK00.460.680.22
HSL19.41º55.28%51.76%-
HSV(B)19.41º68%78.43%-
XYZ30.1123.377.78-
YUV130.4990.48177.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.76%
GREEN value IS 108 (42.58% from 255) = 29.03%
BLUE value IS 64 (25.39% from 255) = 17.20%
R=53.76%
G=29.03%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001086400.460.680.2219.4155.2851.76
HexC86C4002E4416133734
Octal31015410005610426236764
Binary1100100011011001000000010111010001001011010011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86C40; }

 p { color: rgb(200,108,64); }

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

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

 a { background-color: rgb(200,108,64); }

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

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

 span { border-color: rgb(200,108,64); }

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