#C9743F

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

Shades of Zest #C9743F

Tints of Zest #C9743F

Color information

#C9743F (or 0xC9743F) is unknown color: approx Zest. HEX triplet: C9, 74 and 3F. RGB value is (201,116,63). Sum of RGB (Red+Green+Blue) = 201+116+63=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9743F is #368BC0. Grayscale: #878787. Windows color (decimal): -3574721 or 4158665. OLE color: 4158665.

HSL color Cylindrical-coordinate representation of color #C9743F: hue angle of 23.04º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9743F is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20111663-
CMYK00.420.690.21
HSL23.04º56.1%51.76%-
HSV(B)23.04º68.66%78.82%-
XYZ31.2325.277.93-
YUV135.3787.16174.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.89%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 63 (25% from 255) = 16.58%
R=52.89%
G=30.53%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011166300.420.690.2123.0456.151.76
HexC9743F02A4515173834
Octal3111647705210525277064
Binary110010011110100111111010101010001011010110111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9743F; }

 p { color: rgb(201,116,63); }

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

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

 a { background-color: rgb(201,116,63); }

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

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

 span { border-color: rgb(201,116,63); }

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