#C27C4A

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

Shades of Brandy Punch #C27C4A

Tints of Brandy Punch #C27C4A

Color information

#C27C4A (or 0xC27C4A) is unknown color: approx Brandy Punch. HEX triplet: C2, 7C and 4A. RGB value is (194,124,74). Sum of RGB (Red+Green+Blue) = 194+124+74=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C4A is #3D83B5. Grayscale: #8B8B8B. Windows color (decimal): -4031414 or 4881602. OLE color: 4881602.

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

Color convert

RGB19412474-
CMYK00.360.620.24
HSL25º49.59%52.55%-
HSV(B)25º61.86%76.08%-
XYZ30.6926.389.95-
YUV139.2391.19167.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 74 (29.30% from 255) = 18.88%
R=49.49%
G=31.63%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941247400.360.620.242549.5952.55
HexC27C4A0243E18193235
Octal3021741120447630316265
Binary110000101111100100101001001001111101100011001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C4A; }

 p { color: rgb(194,124,74); }

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

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

 a { background-color: rgb(194,124,74); }

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

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

 span { border-color: rgb(194,124,74); }

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