#C86C38

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

Shades of Zest #C86C38

Tints of Zest #C86C38

Color information

#C86C38 (or 0xC86C38) is unknown color: approx Zest. HEX triplet: C8, 6C and 38. RGB value is (200,108,56). Sum of RGB (Red+Green+Blue) = 200+108+56=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C38 is #3793C7. Grayscale: #818181. Windows color (decimal): -3642312 or 3697864. OLE color: 3697864.

HSL color Cylindrical-coordinate representation of color #C86C38: hue angle of 21.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C86C38 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB20010856-
CMYK00.460.720.22
HSL21.67º56.69%50.2%-
HSV(B)21.67º72%78.43%-
XYZ29.923.296.66-
YUV129.5886.48178.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.95%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 56 (22.27% from 255) = 15.38%
R=54.95%
G=29.67%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001085600.460.720.2221.6756.6950.2
HexC86C3802E4816163932
Octal3101547005611026267162
Binary110010001101100111000010111010010001011010110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86C38; }

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

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

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

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

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

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

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

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