#C3703B

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

Shades of Zest #C3703B

Tints of Zest #C3703B

Color information

#C3703B (or 0xC3703B) is unknown color: approx Zest. HEX triplet: C3, 70 and 3B. RGB value is (195,112,59). Sum of RGB (Red+Green+Blue) = 195+112+59=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C3703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3703B is #3C8FC4. Grayscale: #838383. Windows color (decimal): -3968965 or 3895491. OLE color: 3895491.

HSL color Cylindrical-coordinate representation of color #C3703B: hue angle of 23.38º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3703B is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19511259-
CMYK00.430.700.24
HSL23.38º53.54%49.8%-
HSV(B)23.38º69.74%76.47%-
XYZ29.0923.517.14-
YUV130.7887.5173.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.28%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=53.28%
G=30.60%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951125900.430.700.2423.3853.5449.8
HexC3703B02B4618173632
Octal3031607305310630276662
Binary110000111110000111011010101110001101100010111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3703B; }

 p { color: rgb(195,112,59); }

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

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

 a { background-color: rgb(195,112,59); }

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

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

 span { border-color: rgb(195,112,59); }

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