#C0703A

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

Shades of Zest #C0703A

Tints of Zest #C0703A

Color information

#C0703A (or 0xC0703A) is unknown color: approx Zest. HEX triplet: C0, 70 and 3A. RGB value is (192,112,58). Sum of RGB (Red+Green+Blue) = 192+112+58=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C0703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0703A is #3F8FC5. Grayscale: #828282. Windows color (decimal): -4165574 or 3829952. OLE color: 3829952.

HSL color Cylindrical-coordinate representation of color #C0703A: hue angle of 24.18º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0703A is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19211258-
CMYK00.420.700.25
HSL24.18º53.6%49.02%-
HSV(B)24.18º69.79%75.29%-
XYZ28.323.16.97-
YUV129.7687.5172.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 58 (23.05% from 255) = 16.02%
R=53.04%
G=30.94%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921125800.420.700.2524.1853.649.02
HexC0703A02A4619183631
Octal3001607205210631306661
Binary110000001110000111010010101010001101100111000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0703A; }

 p { color: rgb(192,112,58); }

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

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

 a { background-color: rgb(192,112,58); }

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

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

 span { border-color: rgb(192,112,58); }

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