#C27E3D

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

Shades of Brandy Punch #C27E3D

Tints of Brandy Punch #C27E3D

Color information

#C27E3D (or 0xC27E3D) is unknown color: approx Brandy Punch. HEX triplet: C2, 7E and 3D. RGB value is (194,126,61). Sum of RGB (Red+Green+Blue) = 194+126+61=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E3D is #3D81C2. Grayscale: #8B8B8B. Windows color (decimal): -4030915 or 4030146. OLE color: 4030146.

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

Color convert

RGB19412661-
CMYK00.350.690.24
HSL29.32º52.16%50%-
HSV(B)29.32º68.56%76.08%-
XYZ30.5526.737.96-
YUV138.9284.03167.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 61 (24.22% from 255) = 16.01%
R=50.92%
G=33.07%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941266100.350.690.2429.3252.1650
HexC27E3D02345181d3432
Octal3021767504310530356462
Binary110000101111110111101010001110001011100011101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E3D; }

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

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

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

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

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

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

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

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