Html Css Color HEX #C47E48 Brandy Punch

📋 copy color: '#C47E48'

red 196 ◦ green 126 ◦ blue 72

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

Shades of Brandy Punch #C47E48

Tints of Brandy Punch #C47E48

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.98%

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

R = 49.75%
G = 31.98%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C47E48 (or 0xC47E48) is known color: Brandy Punch. HEX triplet: C4, 7E and 48. RGB value is (196,126,72). Sum of RGB (Red+Green+Blue) = 196+126+72=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E48 is #3B81B7. Grayscale: #8D8D8D. Windows color (decimal): -3899832 or 4751044. OLE color: 4751044.

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

Color convert

RGB 196 126 72 -
CMYK 0 0.36 0.63 0.23
HSL 26.13º 0.51% 0.53% -
HSV(B) 26.13º 0.63% 0.77% -
XYZ 31.4 27.13 9.71 -
YUV 140.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 196 126 72 0 0.36 0.63 0.23 26.13 0.51 0.53
Hex C4 7E 48 0 24 3F 17 1A 33 35
Octal 304 176 110 0 44 77 27 32 63 65
Binary 11000100 1111110 1001000 0 100100 111111 10111 11010 110011 110101

Color Harmonies of #C47E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E48

Black with #C47E48

Text Example


Text Example

White with #C47E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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