#C8713E

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

Shades of Zest #C8713E

Tints of Zest #C8713E

Color information

#C8713E (or 0xC8713E) is unknown color: approx Zest. HEX triplet: C8, 71 and 3E. RGB value is (200,113,62). Sum of RGB (Red+Green+Blue) = 200+113+62=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8713E is #378EC1. Grayscale: #858585. Windows color (decimal): -3641026 or 4092360. OLE color: 4092360.

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

Color convert

RGB20011362-
CMYK00.440.690.22
HSL22.17º55.65%51.37%-
HSV(B)22.17º69%78.43%-
XYZ30.5924.447.66-
YUV133.287.82175.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=53.33%
G=30.13%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001136200.440.690.2222.1755.6551.37
HexC8713E02C4516163833
Octal3101617605410526267063
Binary110010001110001111110010110010001011011010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8713E; }

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

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

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

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

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

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

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

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