#C37D4C

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

Shades of Brandy Punch #C37D4C

Tints of Brandy Punch #C37D4C

Color information

#C37D4C (or 0xC37D4C) is unknown color: approx Brandy Punch. HEX triplet: C3, 7D and 4C. RGB value is (195,125,76). Sum of RGB (Red+Green+Blue) = 195+125+76=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D4C is #3C82B3. Grayscale: #8C8C8C. Windows color (decimal): -3965620 or 5012931. OLE color: 5012931.

HSL color Cylindrical-coordinate representation of color #C37D4C: hue angle of 24.71º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C37D4C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19512576-
CMYK00.360.610.24
HSL24.71º49.79%53.14%-
HSV(B)24.71º61.03%76.47%-
XYZ31.1426.7910.37-
YUV140.3491.69166.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 76 (30.08% from 255) = 19.19%
R=49.24%
G=31.57%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951257600.360.610.2424.7149.7953.14
HexC37D4C0243D18193235
Octal3031751140447530316265
Binary110000111111101100110001001001111011100011001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D4C; }

 p { color: rgb(195,125,76); }

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

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

 a { background-color: rgb(195,125,76); }

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

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

 span { border-color: rgb(195,125,76); }

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