#C27E50

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

Shades of Brandy Punch #C27E50

Tints of Brandy Punch #C27E50

Color information

#C27E50 (or 0xC27E50) is unknown color: approx Brandy Punch. HEX triplet: C2, 7E and 50. RGB value is (194,126,80). Sum of RGB (Red+Green+Blue) = 194+126+80=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E50 is #3D81AF. Grayscale: #8D8D8D. Windows color (decimal): -4030896 or 5275330. OLE color: 5275330.

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

Color convert

RGB19412680-
CMYK00.350.590.24
HSL24.21º48.31%53.73%-
HSV(B)24.21º58.76%76.08%-
XYZ31.1626.9711.15-
YUV141.0993.53165.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.5%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 80 (31.64% from 255) = 20%
R=48.5%
G=31.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941268000.350.590.2424.2148.3153.73
HexC27E500233B18183036
Octal3021761200437330306066
Binary110000101111110101000001000111110111100011000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E50; }

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

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

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

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

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

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

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

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