Html Css Color HEX #C47746 Brandy Punch

📋 copy color: '#C47746'

red 196 ◦ green 119 ◦ blue 70

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

Shades of Brandy Punch #C47746

Tints of Brandy Punch #C47746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 50.91%
G = 30.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C47746 (or 0xC47746) is known color: Brandy Punch. HEX triplet: C4, 77 and 46. RGB value is (196,119,70). Sum of RGB (Red+Green+Blue) = 196+119+70=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C47746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47746 is #3B88B9. Grayscale: #888888. Windows color (decimal): -3901626 or 4618180. OLE color: 4618180.

HSL color Cylindrical-coordinate representation of color #C47746: hue angle of 23.33º degrees, saturation: 0.52, 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 #C47746 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 119 70 -
CMYK 0 0.39 0.64 0.23
HSL 23.33º 0.52% 0.52% -
HSV(B) 23.33º 0.64% 0.77% -
XYZ 30.47 25.37 9.09 -
YUV 136.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 196 119 70 0 0.39 0.64 0.23 23.33 0.52 0.52
Hex C4 77 46 0 27 40 17 17 34 34
Octal 304 167 106 0 47 100 27 27 64 64
Binary 11000100 1110111 1000110 0 100111 1000000 10111 10111 110100 110100

Color Harmonies of #C47746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47746

Black with #C47746

Text Example


Text Example

White with #C47746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47746; }

 p { color: rgb(196,119,70); }

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

background-color css

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

 a { background-color: rgb(196,119,70); }

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

border-color css

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

 span { border-color: rgb(196,119,70); }

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