#C38248

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

Shades of Brandy Punch #C38248

Tints of Brandy Punch #C38248

Color information

#C38248 (or 0xC38248) is unknown color: approx Brandy Punch. HEX triplet: C3, 82 and 48. RGB value is (195,130,72). Sum of RGB (Red+Green+Blue) = 195+130+72=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38248 is #3C7DB7. Grayscale: #8F8F8F. Windows color (decimal): -3964344 or 4752067. OLE color: 4752067.

HSL color Cylindrical-coordinate representation of color #C38248: hue angle of 28.29º 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 #C38248 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19513072-
CMYK00.330.630.24
HSL28.29º50.62%52.35%-
HSV(B)28.29º63.08%76.47%-
XYZ31.6628.049.87-
YUV142.8288.03165.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=49.12%
G=32.75%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951307200.330.630.2428.2950.6252.35
HexC382480213F181c3334
Octal3032021100417730346364
Binary1100001110000010100100001000011111111100011100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38248; }

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

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

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

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

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

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

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

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