Html Css Color HEX #C48248 Brandy Punch

📋 copy color: '#C48248'

red 196 ◦ green 130 ◦ blue 72

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

Shades of Brandy Punch #C48248

Tints of Brandy Punch #C48248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

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

R = 49.25%
G = 32.66%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C48248 (or 0xC48248) is known color: Brandy Punch. HEX triplet: C4, 82 and 48. RGB value is (196,130,72). Sum of RGB (Red+Green+Blue) = 196+130+72=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C48248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48248 is #3B7DB7. Grayscale: #8F8F8F. Windows color (decimal): -3898808 or 4752068. OLE color: 4752068.

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

Color convert

RGB 196 130 72 -
CMYK 0 0.34 0.63 0.23
HSL 28.06º 0.51% 0.53% -
HSV(B) 28.06º 0.63% 0.77% -
XYZ 31.92 28.17 9.89 -
YUV 143.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 196 130 72 0 0.34 0.63 0.23 28.06 0.51 0.53
Hex C4 82 48 0 22 3F 17 1C 33 35
Octal 304 202 110 0 42 77 27 34 63 65
Binary 11000100 10000010 1001000 0 100010 111111 10111 11100 110011 110101

Color Harmonies of #C48248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48248

Black with #C48248

Text Example


Text Example

White with #C48248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48248; }

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

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

background-color css

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

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

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

border-color css

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

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

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