Html Css Color HEX #C47C47 Brandy Punch

📋 copy color: '#C47C47'

red 196 ◦ green 124 ◦ blue 71

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

Shades of Brandy Punch #C47C47

Tints of Brandy Punch #C47C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.16%

R = 50.13%
G = 31.71%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C47C47 (or 0xC47C47) is known color: Brandy Punch. HEX triplet: C4, 7C and 47. RGB value is (196,124,71). Sum of RGB (Red+Green+Blue) = 196+124+71=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C47 is #3B83B8. Grayscale: #8B8B8B. Windows color (decimal): -3900345 or 4684996. OLE color: 4684996.

HSL color Cylindrical-coordinate representation of color #C47C47: hue angle of 25.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C47C47 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 71 -
CMYK 0 0.37 0.64 0.23
HSL 25.44º 0.51% 0.52% -
HSV(B) 25.44º 0.64% 0.77% -
XYZ 31.11 26.61 9.46 -
YUV 139.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 196 124 71 0 0.37 0.64 0.23 25.44 0.51 0.52
Hex C4 7C 47 0 25 40 17 19 33 34
Octal 304 174 107 0 45 100 27 31 63 64
Binary 11000100 1111100 1000111 0 100101 1000000 10111 11001 110011 110100

Color Harmonies of #C47C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C47

Black with #C47C47

Text Example


Text Example

White with #C47C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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