Html Css Color HEX #C47F40 Brandy Punch

📋 copy color: '#C47F40'

red 196 ◦ green 127 ◦ blue 64

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

Shades of Brandy Punch #C47F40

Tints of Brandy Punch #C47F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 50.65%
G = 32.82%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C47F40 (or 0xC47F40) is known color: Brandy Punch. HEX triplet: C4, 7F and 40. RGB value is (196,127,64). Sum of RGB (Red+Green+Blue) = 196+127+64=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F40 is #3B80BF. Grayscale: #8C8C8C. Windows color (decimal): -3899584 or 4227012. OLE color: 4227012.

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

Color convert

RGB 196 127 64 -
CMYK 0 0.35 0.67 0.23
HSL 28.64º 0.53% 0.51% -
HSV(B) 28.64º 0.67% 0.77% -
XYZ 31.28 27.28 8.47 -
YUV 140.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 196 127 64 0 0.35 0.67 0.23 28.64 0.53 0.51
Hex C4 7F 40 0 23 43 17 1D 35 33
Octal 304 177 100 0 43 103 27 35 65 63
Binary 11000100 1111111 1000000 0 100011 1000011 10111 11101 110101 110011

Color Harmonies of #C47F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F40

Black with #C47F40

Text Example


Text Example

White with #C47F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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