Html Css Color HEX #C47F49 Brandy Punch

📋 copy color: '#C47F49'

red 196 ◦ green 127 ◦ blue 73

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

Shades of Brandy Punch #C47F49

Tints of Brandy Punch #C47F49

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

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

R = 49.49%
G = 32.07%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C47F49 (or 0xC47F49) is known color: Brandy Punch. HEX triplet: C4, 7F and 49. RGB value is (196,127,73). Sum of RGB (Red+Green+Blue) = 196+127+73=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F49 is #3B80B6. Grayscale: #8D8D8D. Windows color (decimal): -3899575 or 4816836. OLE color: 4816836.

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

Color convert

RGB 196 127 73 -
CMYK 0 0.35 0.63 0.23
HSL 26.34º 0.51% 0.53% -
HSV(B) 26.34º 0.63% 0.77% -
XYZ 31.56 27.4 9.93 -
YUV 141.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 196 127 73 0 0.35 0.63 0.23 26.34 0.51 0.53
Hex C4 7F 49 0 23 3F 17 1A 33 35
Octal 304 177 111 0 43 77 27 32 63 65
Binary 11000100 1111111 1001001 0 100011 111111 10111 11010 110011 110101

Color Harmonies of #C47F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F49

Black with #C47F49

Text Example


Text Example

White with #C47F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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