#C47D4E

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

Shades of Brandy Punch #C47D4E

Tints of Brandy Punch #C47D4E

Color information

#C47D4E (or 0xC47D4E) is unknown color: approx Brandy Punch. HEX triplet: C4, 7D and 4E. RGB value is (196,125,78). Sum of RGB (Red+Green+Blue) = 196+125+78=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D4E is #3B82B1. Grayscale: #8D8D8D. Windows color (decimal): -3900082 or 5144004. OLE color: 5144004.

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

Color convert

RGB19612578-
CMYK00.360.600.23
HSL23.9º50%53.73%-
HSV(B)23.9º60.2%76.86%-
XYZ31.4726.9510.75-
YUV140.8792.52167.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=49.12%
G=31.33%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961257800.360.600.2323.95053.73
HexC47D4E0243C17183236
Octal3041751160447427306266
Binary110001001111101100111001001001111001011111000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D4E; }

 p { color: rgb(196,125,78); }

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

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

 a { background-color: rgb(196,125,78); }

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

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

 span { border-color: rgb(196,125,78); }

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