#C27E53

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

Shades of Brandy Punch #C27E53

Tints of Brandy Punch #C27E53

Color information

#C27E53 (or 0xC27E53) is unknown color: approx Brandy Punch. HEX triplet: C2, 7E and 53. RGB value is (194,126,83). Sum of RGB (Red+Green+Blue) = 194+126+83=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E53 is #3D81AC. Grayscale: #8D8D8D. Windows color (decimal): -4030893 or 5471938. OLE color: 5471938.

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

Color convert

RGB19412683-
CMYK00.350.570.24
HSL23.24º47.64%54.31%-
HSV(B)23.24º57.22%76.08%-
XYZ31.2727.0211.75-
YUV141.4395.03165.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 83 (32.81% from 255) = 20.60%
R=48.14%
G=31.27%
B=20.60%

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
Decimal1941268300.350.570.2423.2447.6454.31
HexC27E530233918173036
Octal3021761230437130276066
Binary110000101111110101001101000111110011100010111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E53; }

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

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

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

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

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

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

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

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