#C27D47

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

Shades of Brandy Punch #C27D47

Tints of Brandy Punch #C27D47

Color information

#C27D47 (or 0xC27D47) is unknown color: approx Brandy Punch. HEX triplet: C2, 7D and 47. RGB value is (194,125,71). Sum of RGB (Red+Green+Blue) = 194+125+71=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D47 is #3D82B8. Grayscale: #8B8B8B. Windows color (decimal): -4031161 or 4685250. OLE color: 4685250.

HSL color Cylindrical-coordinate representation of color #C27D47: hue angle of 26.34º 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 #C27D47 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19412571-
CMYK00.360.630.24
HSL26.34º50.2%51.96%-
HSV(B)26.34º63.4%76.08%-
XYZ30.7226.599.47-
YUV139.4889.36166.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 71 (28.12% from 255) = 18.21%
R=49.74%
G=32.05%
B=18.21%

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
Decimal1941257100.360.630.2426.3450.251.96
HexC27D470243F181a3234
Octal3021751070447730326264
Binary110000101111101100011101001001111111100011010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D47; }

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

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

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

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

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

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

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

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