#C3804A

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

Shades of Brandy Punch #C3804A

Tints of Brandy Punch #C3804A

Color information

#C3804A (or 0xC3804A) is unknown color: approx Brandy Punch. HEX triplet: C3, 80 and 4A. RGB value is (195,128,74). Sum of RGB (Red+Green+Blue) = 195+128+74=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3804A is #3C7FB5. Grayscale: #8E8E8E. Windows color (decimal): -3964854 or 4882627. OLE color: 4882627.

HSL color Cylindrical-coordinate representation of color #C3804A: hue angle of 26.78º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3804A is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19512874-
CMYK00.340.620.24
HSL26.78º50.21%52.75%-
HSV(B)26.78º62.05%76.47%-
XYZ31.4627.5310.14-
YUV141.8889.7165.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=49.12%
G=32.24%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951287400.340.620.2426.7850.2152.75
HexC3804A0223E181b3235
Octal3032001120427630336265
Binary1100001110000000100101001000101111101100011011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3804A; }

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

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

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

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

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

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

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

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