#C07445

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

Shades of Zest #C07445

Tints of Zest #C07445

Color information

#C07445 (or 0xC07445) is unknown color: approx Zest. HEX triplet: C0, 74 and 45. RGB value is (192,116,69). Sum of RGB (Red+Green+Blue) = 192+116+69=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07445 is #3F8BBA. Grayscale: #858585. Windows color (decimal): -4164539 or 4551872. OLE color: 4551872.

HSL color Cylindrical-coordinate representation of color #C07445: hue angle of 22.93º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C07445 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19211669-
CMYK00.400.640.25
HSL22.93º49.4%51.18%-
HSV(B)22.93º64.06%75.29%-
XYZ29.0624.138.76-
YUV133.3791.68169.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 69 (27.34% from 255) = 18.30%
R=50.93%
G=30.77%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921166900.400.640.2522.9349.451.18
HexC074450284019173133
Octal30016410505010031276163
Binary1100000011101001000101010100010000001100110111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07445; }

 p { color: rgb(192,116,69); }

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

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

 a { background-color: rgb(192,116,69); }

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

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

 span { border-color: rgb(192,116,69); }

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