Html Css Color HEX #C47F43 Brandy Punch

📋 copy color: '#C47F43'

red 196 ◦ green 127 ◦ blue 67

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

Shades of Brandy Punch #C47F43

Tints of Brandy Punch #C47F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.18%

R = 50.26%
G = 32.56%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C47F43 (or 0xC47F43) is known color: Brandy Punch. HEX triplet: C4, 7F and 43. RGB value is (196,127,67). Sum of RGB (Red+Green+Blue) = 196+127+67=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F43 is #3B80BC. Grayscale: #8D8D8D. Windows color (decimal): -3899581 or 4423620. OLE color: 4423620.

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

Color convert

RGB 196 127 67 -
CMYK 0 0.35 0.66 0.23
HSL 27.91º 0.52% 0.52% -
HSV(B) 27.91º 0.66% 0.77% -
XYZ 31.37 27.32 8.93 -
YUV 140.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 196 127 67 0 0.35 0.66 0.23 27.91 0.52 0.52
Hex C4 7F 43 0 23 42 17 1C 34 34
Octal 304 177 103 0 43 102 27 34 64 64
Binary 11000100 1111111 1000011 0 100011 1000010 10111 11100 110100 110100

Color Harmonies of #C47F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F43

Black with #C47F43

Text Example


Text Example

White with #C47F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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