#C78148

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

Shades of Brandy Punch #C78148

Tints of Brandy Punch #C78148

Color information

#C78148 (or 0xC78148) is unknown color: approx Brandy Punch. HEX triplet: C7, 81 and 48. RGB value is (199,129,72). Sum of RGB (Red+Green+Blue) = 199+129+72=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C78148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78148 is #387EB7. Grayscale: #8F8F8F. Windows color (decimal): -3702456 or 4751815. OLE color: 4751815.

HSL color Cylindrical-coordinate representation of color #C78148: hue angle of 26.93º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C78148 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB19912972-
CMYK00.350.640.22
HSL26.93º53.14%53.14%-
HSV(B)26.93º63.82%78.04%-
XYZ32.5728.319.88-
YUV143.4387.69167.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.75%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 72 (28.52% from 255) = 18%
R=49.75%
G=32.25%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991297200.350.640.2226.9353.1453.14
HexC7814802340161b3535
Octal30720111004310026336565
Binary11000111100000011001000010001110000001011011011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78148; }

 p { color: rgb(199,129,72); }

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

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

 a { background-color: rgb(199,129,72); }

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

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

 span { border-color: rgb(199,129,72); }

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