#C78044

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

Shades of Brandy Punch #C78044

Tints of Brandy Punch #C78044

Color information

#C78044 (or 0xC78044) is unknown color: approx Brandy Punch. HEX triplet: C7, 80 and 44. RGB value is (199,128,68). Sum of RGB (Red+Green+Blue) = 199+128+68=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C78044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78044 is #387FBB. Grayscale: #8E8E8E. Windows color (decimal): -3702716 or 4489415. OLE color: 4489415.

HSL color Cylindrical-coordinate representation of color #C78044: hue angle of 27.48º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C78044 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB19912868-
CMYK00.360.660.22
HSL27.48º53.91%52.35%-
HSV(B)27.48º65.83%78.04%-
XYZ32.32289.17-
YUV142.3986.02168.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.38%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 68 (26.95% from 255) = 17.22%
R=50.38%
G=32.41%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991286800.360.660.2227.4853.9152.35
HexC7804402442161b3634
Octal30720010404410226336664
Binary11000111100000001000100010010010000101011011011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78044; }

 p { color: rgb(199,128,68); }

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

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

 a { background-color: rgb(199,128,68); }

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

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

 span { border-color: rgb(199,128,68); }

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