#C57D42

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

Shades of Brandy Punch #C57D42

Tints of Brandy Punch #C57D42

Color information

#C57D42 (or 0xC57D42) is unknown color: approx Brandy Punch. HEX triplet: C5, 7D and 42. RGB value is (197,125,66). Sum of RGB (Red+Green+Blue) = 197+125+66=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D42 is #3A82BD. Grayscale: #8C8C8C. Windows color (decimal): -3834558 or 4357573. OLE color: 4357573.

HSL color Cylindrical-coordinate representation of color #C57D42: hue angle of 27.02º 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 #C57D42 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19712566-
CMYK00.370.660.23
HSL27.02º53.04%51.57%-
HSV(B)27.02º66.5%77.25%-
XYZ31.3426.938.7-
YUV139.886.35168.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.77%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 66 (26.17% from 255) = 17.01%
R=50.77%
G=32.22%
B=17.01%

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
Decimal1971256600.370.660.2327.0253.0451.57
HexC57D4202542171b3534
Octal30517510204510227336564
Binary1100010111111011000010010010110000101011111011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D42; }

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

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

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

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

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

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

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

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