#C57C42

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

Shades of Brandy Punch #C57C42

Tints of Brandy Punch #C57C42

Color information

#C57C42 (or 0xC57C42) is unknown color: approx Brandy Punch. HEX triplet: C5, 7C and 42. RGB value is (197,124,66). Sum of RGB (Red+Green+Blue) = 197+124+66=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C42 is #3A83BD. Grayscale: #8B8B8B. Windows color (decimal): -3834814 or 4357317. OLE color: 4357317.

HSL color Cylindrical-coordinate representation of color #C57C42: hue angle of 26.56º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C57C42 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19712466-
CMYK00.370.660.23
HSL26.56º53.04%51.57%-
HSV(B)26.56º66.5%77.25%-
XYZ31.2226.688.66-
YUV139.2286.68169.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=50.90%
G=32.04%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971246600.370.660.2326.5653.0451.57
HexC57C4202542171b3534
Octal30517410204510227336564
Binary1100010111111001000010010010110000101011111011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57C42; }

 p { color: rgb(197,124,66); }

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

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

 a { background-color: rgb(197,124,66); }

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

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

 span { border-color: rgb(197,124,66); }

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