Html Css Color HEX #C48048 Brandy Punch

📋 copy color: '#C48048'

red 196 ◦ green 128 ◦ blue 72

#C48048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #C48048

Tints of Brandy Punch #C48048

RGB

 RED value IS 196 (76.95% from 255) = 49.49%

 GREEN value IS 128 (50.39% from 255) = 32.32%

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 49.49%
G = 32.32%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C48048 (or 0xC48048) is known color: Brandy Punch. HEX triplet: C4, 80 and 48. RGB value is (196,128,72). Sum of RGB (Red+Green+Blue) = 196+128+72=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C48048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48048 is #3B7FB7. Grayscale: #8E8E8E. Windows color (decimal): -3899320 or 4751556. OLE color: 4751556.

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

Color convert

RGB 196 128 72 -
CMYK 0 0.35 0.63 0.23
HSL 27.1º 0.51% 0.53% -
HSV(B) 27.1º 0.63% 0.77% -
XYZ 31.65 27.64 9.8 -
YUV 141.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 196 128 72 0 0.35 0.63 0.23 27.1 0.51 0.53
Hex C4 80 48 0 23 3F 17 1B 33 35
Octal 304 200 110 0 43 77 27 33 63 65
Binary 11000100 10000000 1001000 0 100011 111111 10111 11011 110011 110101

Color Harmonies of #C48048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48048

Black with #C48048

Text Example


Text Example

White with #C48048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48048; }

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

 H1.HeaderClassName
 {
   color: #C48048;
 }
 .AnyTagClassName
 {
   color: #C48048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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