#C86C35

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

Shades of Zest #C86C35

Tints of Zest #C86C35

Color information

#C86C35 (or 0xC86C35) is unknown color: approx Zest. HEX triplet: C8, 6C and 35. RGB value is (200,108,53). Sum of RGB (Red+Green+Blue) = 200+108+53=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C35 is #3793CA. Grayscale: #818181. Windows color (decimal): -3642315 or 3501256. OLE color: 3501256.

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

Color convert

RGB20010853-
CMYK00.460.740.22
HSL22.45º58.1%49.61%-
HSV(B)22.45º73.5%78.43%-
XYZ29.8223.266.29-
YUV129.2484.98178.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.40%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 53 (21.09% from 255) = 14.68%
R=55.40%
G=29.92%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001085300.460.740.2222.4558.149.61
HexC86C3502E4A16163a32
Octal3101546505611226267262
Binary110010001101100110101010111010010101011010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86C35; }

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

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

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

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

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

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

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

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