Html Css Color HEX #C47C48 Brandy Punch

📋 copy color: '#C47C48'

red 196 ◦ green 124 ◦ blue 72

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

Shades of Brandy Punch #C47C48

Tints of Brandy Punch #C47C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

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

R = 50%
G = 31.63%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C47C48 (or 0xC47C48) is known color: Brandy Punch. HEX triplet: C4, 7C and 48. RGB value is (196,124,72). Sum of RGB (Red+Green+Blue) = 196+124+72=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C48 is #3B83B7. Grayscale: #8B8B8B. Windows color (decimal): -3900344 or 4750532. OLE color: 4750532.

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

Color convert

RGB 196 124 72 -
CMYK 0 0.37 0.63 0.23
HSL 25.16º 0.51% 0.53% -
HSV(B) 25.16º 0.63% 0.77% -
XYZ 31.14 26.62 9.63 -
YUV 139.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 196 124 72 0 0.37 0.63 0.23 25.16 0.51 0.53
Hex C4 7C 48 0 25 3F 17 19 33 35
Octal 304 174 110 0 45 77 27 31 63 65
Binary 11000100 1111100 1001000 0 100101 111111 10111 11001 110011 110101

Color Harmonies of #C47C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C48

Black with #C47C48

Text Example


Text Example

White with #C47C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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