#C8763F

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

Shades of Zest #C8763F

Tints of Zest #C8763F

Color information

#C8763F (or 0xC8763F) is unknown color: approx Zest. HEX triplet: C8, 76 and 3F. RGB value is (200,118,63). Sum of RGB (Red+Green+Blue) = 200+118+63=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8763F is #3789C0. Grayscale: #888888. Windows color (decimal): -3639745 or 4159176. OLE color: 4159176.

HSL color Cylindrical-coordinate representation of color #C8763F: hue angle of 24.09º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8763F is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20011863-
CMYK00.410.680.22
HSL24.09º55.47%51.57%-
HSV(B)24.09º68.5%78.43%-
XYZ31.225.68-
YUV136.2586.67173.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 63 (25% from 255) = 16.54%
R=52.49%
G=30.97%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001186300.410.680.2224.0955.4751.57
HexC8763F0294416183734
Octal3101667705110426306764
Binary110010001110110111111010100110001001011011000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8763F; }

 p { color: rgb(200,118,63); }

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

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

 a { background-color: rgb(200,118,63); }

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

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

 span { border-color: rgb(200,118,63); }

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