#C38148

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

Shades of Brandy Punch #C38148

Tints of Brandy Punch #C38148

Color information

#C38148 (or 0xC38148) is unknown color: approx Brandy Punch. HEX triplet: C3, 81 and 48. RGB value is (195,129,72). Sum of RGB (Red+Green+Blue) = 195+129+72=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C38148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38148 is #3C7EB7. Grayscale: #8E8E8E. Windows color (decimal): -3964600 or 4751811. OLE color: 4751811.

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

Color convert

RGB19512972-
CMYK00.340.630.24
HSL27.8º50.62%52.35%-
HSV(B)27.8º63.08%76.47%-
XYZ31.5327.779.83-
YUV142.2488.37165.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=49.24%
G=32.58%
B=18.18%

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
Decimal1951297200.340.630.2427.850.6252.35
HexC381480223F181c3334
Octal3032011100427730346364
Binary1100001110000001100100001000101111111100011100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38148; }

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

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

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

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

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

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

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

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