#C87141

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

Shades of Zest #C87141

Tints of Zest #C87141

Color information

#C87141 (or 0xC87141) is unknown color: approx Zest. HEX triplet: C8, 71 and 41. RGB value is (200,113,65). Sum of RGB (Red+Green+Blue) = 200+113+65=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C87141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87141 is #378EBE. Grayscale: #858585. Windows color (decimal): -3641023 or 4288968. OLE color: 4288968.

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

Color convert

RGB20011365-
CMYK00.440.680.22
HSL21.33º55.1%51.96%-
HSV(B)21.33º67.5%78.43%-
XYZ30.6824.478.11-
YUV133.5489.32175.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.91%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 65 (25.78% from 255) = 17.20%
R=52.91%
G=29.89%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001136500.440.680.2221.3355.151.96
HexC8714102C4416153734
Octal31016110105410426256764
Binary1100100011100011000001010110010001001011010101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87141; }

 p { color: rgb(200,113,65); }

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

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

 a { background-color: rgb(200,113,65); }

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

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

 span { border-color: rgb(200,113,65); }

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