#C27D48

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

Shades of Brandy Punch #C27D48

Tints of Brandy Punch #C27D48

Color information

#C27D48 (or 0xC27D48) is unknown color: approx Brandy Punch. HEX triplet: C2, 7D and 48. RGB value is (194,125,72). Sum of RGB (Red+Green+Blue) = 194+125+72=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D48 is #3D82B7. Grayscale: #8B8B8B. Windows color (decimal): -4031160 or 4750786. OLE color: 4750786.

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

Color convert

RGB19412572-
CMYK00.360.630.24
HSL26.07º50%52.16%-
HSV(B)26.07º62.89%76.08%-
XYZ30.7526.69.65-
YUV139.5989.86166.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=49.62%
G=31.97%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941257200.360.630.2426.075052.16
HexC27D480243F181a3234
Octal3021751100447730326264
Binary110000101111101100100001001001111111100011010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D48; }

 p { color: rgb(194,125,72); }

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

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

 a { background-color: rgb(194,125,72); }

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

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

 span { border-color: rgb(194,125,72); }

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