#C27C39

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

Shades of Brandy Punch #C27C39

Tints of Brandy Punch #C27C39

Color information

#C27C39 (or 0xC27C39) is unknown color: approx Brandy Punch. HEX triplet: C2, 7C and 39. RGB value is (194,124,57). Sum of RGB (Red+Green+Blue) = 194+124+57=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C39 is #3D83C6. Grayscale: #898989. Windows color (decimal): -4031431 or 3767490. OLE color: 3767490.

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

Color convert

RGB19412457-
CMYK00.360.710.24
HSL29.34º54.58%49.22%-
HSV(B)29.34º70.62%76.08%-
XYZ30.1926.187.33-
YUV137.2982.69168.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.73%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 57 (22.66% from 255) = 15.2%
R=51.73%
G=33.07%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941245700.360.710.2429.3454.5849.22
HexC27C3902447181d3731
Octal3021747104410730356761
Binary110000101111100111001010010010001111100011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C39; }

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

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

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

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

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

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

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

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