#C27F46

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

Shades of Brandy Punch #C27F46

Tints of Brandy Punch #C27F46

Color information

#C27F46 (or 0xC27F46) is unknown color: approx Brandy Punch. HEX triplet: C2, 7F and 46. RGB value is (194,127,70). Sum of RGB (Red+Green+Blue) = 194+127+70=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F46 is #3D80B9. Grayscale: #8C8C8C. Windows color (decimal): -4030650 or 4620226. OLE color: 4620226.

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

Color convert

RGB19412770-
CMYK00.350.640.24
HSL27.58º50.41%51.76%-
HSV(B)27.58º63.92%76.08%-
XYZ30.9427.099.39-
YUV140.5488.2166.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 70 (27.73% from 255) = 17.90%
R=49.62%
G=32.48%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941277000.350.640.2427.5850.4151.76
HexC27F4602340181c3234
Octal30217710604310030346264
Binary1100001011111111000110010001110000001100011100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F46; }

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

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

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

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

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

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

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

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