#C48149

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

Shades of Brandy Punch #C48149

Tints of Brandy Punch #C48149

Color information

#C48149 (or 0xC48149) is unknown color: approx Brandy Punch. HEX triplet: C4, 81 and 49. RGB value is (196,129,73). Sum of RGB (Red+Green+Blue) = 196+129+73=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C48149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48149 is #3B7EB6. Grayscale: #8E8E8E. Windows color (decimal): -3899063 or 4817348. OLE color: 4817348.

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

Color convert

RGB19612973-
CMYK00.340.630.23
HSL27.32º51.04%52.75%-
HSV(B)27.32º62.76%76.86%-
XYZ31.8227.9210.01-
YUV142.6588.7166.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 73 (28.91% from 255) = 18.34%
R=49.25%
G=32.41%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961297300.340.630.2327.3251.0452.75
HexC481490223F171b3335
Octal3042011110427727336365
Binary1100010010000001100100101000101111111011111011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48149; }

 p { color: rgb(196,129,73); }

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

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

 a { background-color: rgb(196,129,73); }

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

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

 span { border-color: rgb(196,129,73); }

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