#C47748

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

Shades of Brandy Punch #C47748

Tints of Brandy Punch #C47748

Color information

#C47748 (or 0xC47748) is unknown color: approx Brandy Punch. HEX triplet: C4, 77 and 48. RGB value is (196,119,72). Sum of RGB (Red+Green+Blue) = 196+119+72=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C47748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47748 is #3B88B7. Grayscale: #888888. Windows color (decimal): -3901624 or 4749252. OLE color: 4749252.

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

Color convert

RGB19611972-
CMYK00.390.630.23
HSL22.74º51.24%52.55%-
HSV(B)22.74º63.27%76.86%-
XYZ30.5325.49.42-
YUV136.6691.51170.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=50.65%
G=30.75%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961197200.390.630.2322.7451.2452.55
HexC477480273F17173335
Octal3041671100477727276365
Binary110001001110111100100001001111111111011110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47748; }

 p { color: rgb(196,119,72); }

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

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

 a { background-color: rgb(196,119,72); }

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

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

 span { border-color: rgb(196,119,72); }

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