#C47D46

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

Shades of Brandy Punch #C47D46

Tints of Brandy Punch #C47D46

Color information

#C47D46 (or 0xC47D46) is unknown color: approx Brandy Punch. HEX triplet: C4, 7D and 46. RGB value is (196,125,70). Sum of RGB (Red+Green+Blue) = 196+125+70=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D46 is #3B82B9. Grayscale: #8C8C8C. Windows color (decimal): -3900090 or 4619716. OLE color: 4619716.

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

Color convert

RGB19612570-
CMYK00.360.640.23
HSL26.19º51.64%52.16%-
HSV(B)26.19º64.29%76.86%-
XYZ31.226.859.33-
YUV139.9688.52167.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.13%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 70 (27.73% from 255) = 17.90%
R=50.13%
G=31.97%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961257000.360.640.2326.1951.6452.16
HexC47D4602440171a3434
Octal30417510604410027326464
Binary1100010011111011000110010010010000001011111010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D46; }

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

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

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

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

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

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

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

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