#C27946

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

Shades of Brandy Punch #C27946

Tints of Brandy Punch #C27946

Color information

#C27946 (or 0xC27946) is unknown color: approx Brandy Punch. HEX triplet: C2, 79 and 46. RGB value is (194,121,70). Sum of RGB (Red+Green+Blue) = 194+121+70=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C27946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27946 is #3D86B9. Grayscale: #898989. Windows color (decimal): -4032186 or 4618690. OLE color: 4618690.

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

Color convert

RGB19412170-
CMYK00.380.640.24
HSL24.68º50.41%51.76%-
HSV(B)24.68º63.92%76.08%-
XYZ30.1925.599.14-
YUV137.0190.18168.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.39%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 70 (27.73% from 255) = 18.18%
R=50.39%
G=31.43%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941217000.380.640.2424.6850.4151.76
HexC279460264018193234
Octal30217110604610030316264
Binary1100001011110011000110010011010000001100011001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27946; }

 p { color: rgb(194,121,70); }

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

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

 a { background-color: rgb(194,121,70); }

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

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

 span { border-color: rgb(194,121,70); }

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