#C3804C

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

Shades of Brandy Punch #C3804C

Tints of Brandy Punch #C3804C

Color information

#C3804C (or 0xC3804C) is unknown color: approx Brandy Punch. HEX triplet: C3, 80 and 4C. RGB value is (195,128,76). Sum of RGB (Red+Green+Blue) = 195+128+76=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3804C is #3C7FB3. Grayscale: #8E8E8E. Windows color (decimal): -3964852 or 5013699. OLE color: 5013699.

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

Color convert

RGB19512876-
CMYK00.340.610.24
HSL26.22º49.79%53.14%-
HSV(B)26.22º61.03%76.47%-
XYZ31.5327.5610.5-
YUV142.190.7165.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 76 (30.08% from 255) = 19.05%
R=48.87%
G=32.08%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951287600.340.610.2426.2249.7953.14
HexC3804C0223D181a3235
Octal3032001140427530326265
Binary1100001110000000100110001000101111011100011010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3804C; }

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

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

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

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

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

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

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

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