#C27E46

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

Shades of Brandy Punch #C27E46

Tints of Brandy Punch #C27E46

Color information

#C27E46 (or 0xC27E46) is unknown color: approx Brandy Punch. HEX triplet: C2, 7E and 46. RGB value is (194,126,70). Sum of RGB (Red+Green+Blue) = 194+126+70=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E46 is #3D81B9. Grayscale: #8C8C8C. Windows color (decimal): -4030906 or 4619970. OLE color: 4619970.

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

Color convert

RGB19412670-
CMYK00.350.640.24
HSL27.1º50.41%51.76%-
HSV(B)27.1º63.92%76.08%-
XYZ30.8126.839.35-
YUV139.9588.53166.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 70 (27.73% from 255) = 17.95%
R=49.74%
G=32.31%
B=17.95%

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
Decimal1941267000.350.640.2427.150.4151.76
HexC27E4602340181b3234
Octal30217610604310030336264
Binary1100001011111101000110010001110000001100011011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E46; }

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

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

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

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

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

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

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

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