#C4804A

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

Shades of Brandy Punch #C4804A

Tints of Brandy Punch #C4804A

Color information

#C4804A (or 0xC4804A) is unknown color: approx Brandy Punch. HEX triplet: C4, 80 and 4A. RGB value is (196,128,74). Sum of RGB (Red+Green+Blue) = 196+128+74=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4804A is #3B7FB5. Grayscale: #8E8E8E. Windows color (decimal): -3899318 or 4882628. OLE color: 4882628.

HSL color Cylindrical-coordinate representation of color #C4804A: hue angle of 26.56º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4804A is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19612874-
CMYK00.350.620.23
HSL26.56º50.83%52.94%-
HSV(B)26.56º62.24%76.86%-
XYZ31.7227.6710.15-
YUV142.1889.53166.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 74 (29.30% from 255) = 18.59%
R=49.25%
G=32.16%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961287400.350.620.2326.5650.8352.94
HexC4804A0233E171b3335
Octal3042001120437627336365
Binary1100010010000000100101001000111111101011111011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4804A; }

 p { color: rgb(196,128,74); }

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

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

 a { background-color: rgb(196,128,74); }

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

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

 span { border-color: rgb(196,128,74); }

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