#C27E4D

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

Shades of Brandy Punch #C27E4D

Tints of Brandy Punch #C27E4D

Color information

#C27E4D (or 0xC27E4D) is unknown color: approx Brandy Punch. HEX triplet: C2, 7E and 4D. RGB value is (194,126,77). Sum of RGB (Red+Green+Blue) = 194+126+77=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E4D is #3D81B2. Grayscale: #8D8D8D. Windows color (decimal): -4030899 or 5078722. OLE color: 5078722.

HSL color Cylindrical-coordinate representation of color #C27E4D: hue angle of 25.13º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C27E4D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19412677-
CMYK00.350.600.24
HSL25.13º48.95%53.14%-
HSV(B)25.13º60.31%76.08%-
XYZ31.0526.9310.58-
YUV140.7592.03165.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 77 (30.47% from 255) = 19.40%
R=48.87%
G=31.74%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941267700.350.600.2425.1348.9553.14
HexC27E4D0233C18193135
Octal3021761150437430316165
Binary110000101111110100110101000111111001100011001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E4D; }

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

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

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

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

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

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

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

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