#C86F32

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

Shades of Zest #C86F32

Tints of Zest #C86F32

Color information

#C86F32 (or 0xC86F32) is unknown color: approx Zest. HEX triplet: C8, 6F and 32. RGB value is (200,111,50). Sum of RGB (Red+Green+Blue) = 200+111+50=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86F32 is #3790CD. Grayscale: #828282. Windows color (decimal): -3641550 or 3305416. OLE color: 3305416.

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

Color convert

RGB20011150-
CMYK00.440.750.22
HSL24.4º60%49.02%-
HSV(B)24.4º75%78.43%-
XYZ30.0823.886.04-
YUV130.6682.49177.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.40%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 50 (19.92% from 255) = 13.85%
R=55.40%
G=30.75%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001115000.440.750.2224.46049.02
HexC86F3202C4B16183c31
Octal3101576205411326307461
Binary110010001101111110010010110010010111011011000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86F32; }

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

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

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

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

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

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

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

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