#C87A3B

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

Shades of Zest #C87A3B

Tints of Zest #C87A3B

Color information

#C87A3B (or 0xC87A3B) is unknown color: approx Zest. HEX triplet: C8, 7A and 3B. RGB value is (200,122,59). Sum of RGB (Red+Green+Blue) = 200+122+59=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A3B is #3785C4. Grayscale: #8A8A8A. Windows color (decimal): -3638725 or 3898056. OLE color: 3898056.

HSL color Cylindrical-coordinate representation of color #C87A3B: hue angle of 26.81º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C87A3B is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB20012259-
CMYK00.390.700.22
HSL26.81º56.18%50.78%-
HSV(B)26.81º70.5%78.43%-
XYZ31.5726.517.59-
YUV138.1483.34172.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 59 (23.44% from 255) = 15.49%
R=52.49%
G=32.02%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001225900.390.700.2226.8156.1850.78
HexC87A3B02746161b3833
Octal3101727304710626337063
Binary110010001111010111011010011110001101011011011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A3B; }

 p { color: rgb(200,122,59); }

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

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

 a { background-color: rgb(200,122,59); }

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

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

 span { border-color: rgb(200,122,59); }

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