#C87341

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

Shades of Zest #C87341

Tints of Zest #C87341

Color information

#C87341 (or 0xC87341) is unknown color: approx Zest. HEX triplet: C8, 73 and 41. RGB value is (200,115,65). Sum of RGB (Red+Green+Blue) = 200+115+65=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C87341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87341 is #378CBE. Grayscale: #878787. Windows color (decimal): -3640511 or 4289480. OLE color: 4289480.

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

Color convert

RGB20011565-
CMYK00.420.680.22
HSL22.22º55.1%51.96%-
HSV(B)22.22º67.5%78.43%-
XYZ30.924.928.18-
YUV134.7288.66174.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.63%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=52.63%
G=30.26%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001156500.420.680.2222.2255.151.96
HexC8734102A4416163734
Octal31016310105210426266764
Binary1100100011100111000001010101010001001011010110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87341; }

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

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

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

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

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

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

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

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