#C87642

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

Shades of Zest #C87642

Tints of Zest #C87642

Color information

#C87642 (or 0xC87642) is unknown color: approx Zest. HEX triplet: C8, 76 and 42. RGB value is (200,118,66). Sum of RGB (Red+Green+Blue) = 200+118+66=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C87642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87642 is #3789BD. Grayscale: #888888. Windows color (decimal): -3639742 or 4355784. OLE color: 4355784.

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

Color convert

RGB20011866-
CMYK00.410.670.22
HSL23.28º54.92%52.16%-
HSV(B)23.28º67%78.43%-
XYZ31.2825.638.45-
YUV136.5988.17173.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.08%
GREEN value IS 118 (46.48% from 255) = 30.73%
BLUE value IS 66 (26.17% from 255) = 17.19%
R=52.08%
G=30.73%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001186600.410.670.2223.2854.9252.16
HexC876420294316173734
Octal31016610205110326276764
Binary1100100011101101000010010100110000111011010111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87642; }

 p { color: rgb(200,118,66); }

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

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

 a { background-color: rgb(200,118,66); }

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

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

 span { border-color: rgb(200,118,66); }

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