#C27F53

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

Shades of Brandy Punch #C27F53

Tints of Brandy Punch #C27F53

Color information

#C27F53 (or 0xC27F53) is unknown color: approx Brandy Punch. HEX triplet: C2, 7F and 53. RGB value is (194,127,83). Sum of RGB (Red+Green+Blue) = 194+127+83=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F53 is #3D80AC. Grayscale: #8E8E8E. Windows color (decimal): -4030637 or 5472194. OLE color: 5472194.

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

Color convert

RGB19412783-
CMYK00.350.570.24
HSL23.78º47.64%54.31%-
HSV(B)23.78º57.22%76.08%-
XYZ31.427.2711.79-
YUV142.0294.7165.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 83 (32.81% from 255) = 20.54%
R=48.02%
G=31.44%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941278300.350.570.2423.7847.6454.31
HexC27F530233918183036
Octal3021771230437130306066
Binary110000101111111101001101000111110011100011000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F53; }

 p { color: rgb(194,127,83); }

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

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

 a { background-color: rgb(194,127,83); }

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

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

 span { border-color: rgb(194,127,83); }

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