#C27644

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

Shades of Brandy Punch #C27644

Tints of Brandy Punch #C27644

Color information

#C27644 (or 0xC27644) is unknown color: approx Brandy Punch. HEX triplet: C2, 76 and 44. RGB value is (194,118,68). Sum of RGB (Red+Green+Blue) = 194+118+68=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C27644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27644 is #3D89BB. Grayscale: #878787. Windows color (decimal): -4032956 or 4486850. OLE color: 4486850.

HSL color Cylindrical-coordinate representation of color #C27644: hue angle of 23.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C27644 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB19411868-
CMYK00.390.650.24
HSL23.81º50.81%51.37%-
HSV(B)23.81º64.95%76.08%-
XYZ29.7724.848.7-
YUV135.0290.18170.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 68 (26.95% from 255) = 17.89%
R=51.05%
G=31.05%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941186800.390.650.2423.8150.8151.37
HexC276440274118183333
Octal30216610404710130306363
Binary1100001011101101000100010011110000011100011000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27644; }

 p { color: rgb(194,118,68); }

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

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

 a { background-color: rgb(194,118,68); }

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

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

 span { border-color: rgb(194,118,68); }

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