#C47945

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

Shades of Brandy Punch #C47945

Tints of Brandy Punch #C47945

Color information

#C47945 (or 0xC47945) is unknown color: approx Brandy Punch. HEX triplet: C4, 79 and 45. RGB value is (196,121,69). Sum of RGB (Red+Green+Blue) = 196+121+69=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C47945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47945 is #3B86BA. Grayscale: #898989. Windows color (decimal): -3901115 or 4553156. OLE color: 4553156.

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

Color convert

RGB19612169-
CMYK00.380.650.23
HSL24.57º51.84%51.96%-
HSV(B)24.57º64.8%76.86%-
XYZ30.6825.849-
YUV137.589.35169.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.78%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 69 (27.34% from 255) = 17.88%
R=50.78%
G=31.35%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961216900.380.650.2324.5751.8451.96
HexC479450264117193434
Octal30417110504610127316464
Binary1100010011110011000101010011010000011011111001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47945; }

 p { color: rgb(196,121,69); }

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

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

 a { background-color: rgb(196,121,69); }

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

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

 span { border-color: rgb(196,121,69); }

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