#C57E3C

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

Shades of Brandy Punch #C57E3C

Tints of Brandy Punch #C57E3C

Color information

#C57E3C (or 0xC57E3C) is unknown color: approx Brandy Punch. HEX triplet: C5, 7E and 3C. RGB value is (197,126,60). Sum of RGB (Red+Green+Blue) = 197+126+60=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E3C is #3A81C3. Grayscale: #8C8C8C. Windows color (decimal): -3834308 or 3964613. OLE color: 3964613.

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

Color convert

RGB19712660-
CMYK00.360.700.23
HSL28.91º54.15%50.39%-
HSV(B)28.91º69.54%77.25%-
XYZ31.327.127.86-
YUV139.783.02168.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 60 (23.83% from 255) = 15.67%
R=51.44%
G=32.90%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971266000.360.700.2328.9154.1550.39
HexC57E3C02446171d3632
Octal3051767404410627356662
Binary110001011111110111100010010010001101011111101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57E3C; }

 p { color: rgb(197,126,60); }

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

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

 a { background-color: rgb(197,126,60); }

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

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

 span { border-color: rgb(197,126,60); }

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