#C27A4D

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

Shades of Brandy Punch #C27A4D

Tints of Brandy Punch #C27A4D

Color information

#C27A4D (or 0xC27A4D) is unknown color: approx Brandy Punch. HEX triplet: C2, 7A and 4D. RGB value is (194,122,77). Sum of RGB (Red+Green+Blue) = 194+122+77=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A4D is #3D85B2. Grayscale: #8A8A8A. Windows color (decimal): -4031923 or 5077698. OLE color: 5077698.

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

Color convert

RGB19412277-
CMYK00.370.600.24
HSL23.08º48.95%53.14%-
HSV(B)23.08º60.31%76.08%-
XYZ30.5525.9210.42-
YUV138.493.35167.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=49.36%
G=31.04%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941227700.370.600.2423.0848.9553.14
HexC27A4D0253C18173135
Octal3021721150457430276165
Binary110000101111010100110101001011111001100010111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A4D; }

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

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

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

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

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

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

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

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