Html Css Color HEX #C48249 Brandy Punch

📋 copy color: '#C48249'

red 196 ◦ green 130 ◦ blue 73

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

Shades of Brandy Punch #C48249

Tints of Brandy Punch #C48249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.3%

R = 49.12%
G = 32.58%
B = 18.3%

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

#C48249 (or 0xC48249) is known color: Brandy Punch. HEX triplet: C4, 82 and 49. RGB value is (196,130,73). Sum of RGB (Red+Green+Blue) = 196+130+73=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C48249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48249 is #3B7DB6. Grayscale: #8F8F8F. Windows color (decimal): -3898807 or 4817604. OLE color: 4817604.

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

Color convert

RGB 196 130 73 -
CMYK 0 0.34 0.63 0.23
HSL 27.8º 0.51% 0.53% -
HSV(B) 27.8º 0.63% 0.77% -
XYZ 31.95 28.18 10.06 -
YUV 143.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 196 130 73 0 0.34 0.63 0.23 27.8 0.51 0.53
Hex C4 82 49 0 22 3F 17 1C 33 35
Octal 304 202 111 0 42 77 27 34 63 65
Binary 11000100 10000010 1001001 0 100010 111111 10111 11100 110011 110101

Color Harmonies of #C48249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48249

Black with #C48249

Text Example


Text Example

White with #C48249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48249; }

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

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

background-color css

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

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

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

border-color css

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

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

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