#C07141

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

Shades of Zest #C07141

Tints of Zest #C07141

Color information

#C07141 (or 0xC07141) is unknown color: approx Zest. HEX triplet: C0, 71 and 41. RGB value is (192,113,65). Sum of RGB (Red+Green+Blue) = 192+113+65=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C07141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07141 is #3F8EBE. Grayscale: #838383. Windows color (decimal): -4165311 or 4288960. OLE color: 4288960.

HSL color Cylindrical-coordinate representation of color #C07141: hue angle of 22.68º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C07141 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19211365-
CMYK00.410.660.25
HSL22.68º50.2%50.39%-
HSV(B)22.68º66.15%75.29%-
XYZ28.623.48.01-
YUV131.1590.67171.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.89%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=51.89%
G=30.54%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921136500.410.660.2522.6850.250.39
HexC071410294219173232
Octal30016110105110231276262
Binary1100000011100011000001010100110000101100110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07141; }

 p { color: rgb(192,113,65); }

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

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

 a { background-color: rgb(192,113,65); }

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

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

 span { border-color: rgb(192,113,65); }

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