#C38048

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

Shades of Brandy Punch #C38048

Tints of Brandy Punch #C38048

Color information

#C38048 (or 0xC38048) is unknown color: approx Brandy Punch. HEX triplet: C3, 80 and 48. RGB value is (195,128,72). Sum of RGB (Red+Green+Blue) = 195+128+72=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C38048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38048 is #3C7FB7. Grayscale: #8D8D8D. Windows color (decimal): -3964856 or 4751555. OLE color: 4751555.

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

Color convert

RGB19512872-
CMYK00.340.630.24
HSL27.32º50.62%52.35%-
HSV(B)27.32º63.08%76.47%-
XYZ31.3927.519.79-
YUV141.6588.7166.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=49.37%
G=32.41%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951287200.340.630.2427.3250.6252.35
HexC380480223F181b3334
Octal3032001100427730336364
Binary1100001110000000100100001000101111111100011011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38048; }

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

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

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

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

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

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

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

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