#C8713D

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

Shades of Zest #C8713D

Tints of Zest #C8713D

Color information

#C8713D (or 0xC8713D) is unknown color: approx Zest. HEX triplet: C8, 71 and 3D. RGB value is (200,113,61). Sum of RGB (Red+Green+Blue) = 200+113+61=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8713D is #378EC2. Grayscale: #858585. Windows color (decimal): -3641027 or 4026824. OLE color: 4026824.

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

Color convert

RGB20011361-
CMYK00.440.690.22
HSL22.45º55.82%51.18%-
HSV(B)22.45º69.5%78.43%-
XYZ30.5724.437.52-
YUV133.0887.32175.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.48%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 61 (24.22% from 255) = 16.31%
R=53.48%
G=30.21%
B=16.31%

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
Decimal2001136100.440.690.2222.4555.8251.18
HexC8713D02C4516163833
Octal3101617505410526267063
Binary110010001110001111101010110010001011011010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8713D; }

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

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

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

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

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

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

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

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